[tor-commits] [gettor-web/master] Fix tag in html

hiro at torproject.org hiro at torproject.org
Fri Oct 25 19:12:24 UTC 2019


commit 2db779c383b7bb3db76b022b499a70bd551460cd
Author: hiro <hiro at torproject.org>
Date:   Fri Oct 25 21:12:18 2019 +0200

    Fix tag in html
---
 templates/layout.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/templates/layout.html b/templates/layout.html
index 562292c..e8db07e 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -35,7 +35,5 @@
       </div>
     </div>
   </div>
-  <footer>
-    {% include 'footer.html' %}
-  </footer>
+  {% include 'footer.html' %}
 </body>



More information about the tor-commits mailing list