From: Alex Fluter Date: Thu, 28 Jul 2016 20:59:26 +0000 (+0800) Subject: use id attribute for anchor element (#244) X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/98ffd6232ceaea94be88b6448e8c13d6cc126b33?hp=245ea6f05052aa4bb54c27b654e55f81f4fd71ec use id attribute for anchor element (#244) The name attribute is obsolete and now non-standard. Signed-off-by: Alex Fluter --- diff --git a/templates/base.html b/templates/base.html index 6c0e5a69f..25f7f8672 100644 --- a/templates/base.html +++ b/templates/base.html @@ -35,7 +35,7 @@ {% block content %}{% endblock %}
- + {% include "footer.html" %}