summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view/error500.htm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base/luasrc/view/error500.htm')
-rw-r--r--modules/luci-base/luasrc/view/error500.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/view/error500.htm b/modules/luci-base/luasrc/view/error500.htm
index 8fb18ed07..34a52cda8 100644
--- a/modules/luci-base/luasrc/view/error500.htm
+++ b/modules/luci-base/luasrc/view/error500.htm
@@ -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%>