Globally convert headline anchors into name attributes.
[project/luci.git] / modules / luci-base / luasrc / view / error500.htm
index 8fb18ed076fb49cfa6cf95f4739dac186c6bf27a..34a52cda84f7942bc00ecf3811eedf839ec18037 100644 (file)
@@ -5,7 +5,7 @@
 -%>
 
 <%+header%>
-<h2><a id="content" name="content">500 <%:Internal Server Error%></a></h2>
+<h2 name="content">500 <%:Internal Server Error%></h2>
 <p><%:Sorry, the server encountered an unexpected error.%></p>
 <pre class="error500"><%=message%></pre>
 <%+footer%>