]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
use id attribute for anchor element (#244)
authorAlex Fluter <redacted>
Thu, 28 Jul 2016 20:59:26 +0000 (04:59 +0800)
committerChristel Dahlskjaer <redacted>
Thu, 28 Jul 2016 20:59:26 +0000 (21:59 +0100)
The name attribute is obsolete and now non-standard.

Signed-off-by: Alex Fluter <redacted>
templates/base.html

index 6c0e5a69f3d0a2d2c8197811c45cc0042e69f001..25f7f8672587124e1fd028f2c256914210c0fb6e 100644 (file)
@@ -35,7 +35,7 @@
         {% block content %}{% endblock %}
     </div>
     <div class="footers">
-        <a name="navigation"></a>
+        <a id="navigation"></a>
         {% include "footer.html" %}
     </div>
 </body>