summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-diag-core
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-10-06 13:29:43 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-10-06 13:30:33 +0200
commit5e9da8240f475a227c2897f4947397a74f36b2c3 (patch)
treee83f49d5c2ef8a63f7704e08d52bd8cd441778c5 /applications/luci-app-diag-core
parent8023fb9c433d01db99dc19668f892b4d4269eadb (diff)
Globally convert headline anchors into name attributes.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-diag-core')
-rw-r--r--applications/luci-app-diag-core/luasrc/view/diag/index.htm2
-rw-r--r--applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm2
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-diag-core/luasrc/view/diag/index.htm b/applications/luci-app-diag-core/luasrc/view/diag/index.htm
index 328c4eccb..c66776771 100644
--- a/applications/luci-app-diag-core/luasrc/view/diag/index.htm
+++ b/applications/luci-app-diag-core/luasrc/view/diag/index.htm
@@ -4,7 +4,7 @@
-%>
<%+header%>
-<h2><a id="content" name="content"><%:Diagnostics%></a></h2>
+<h2 name="content"><%:Diagnostics%></h2>
<p><%:The entries in the menu allow you to perform diagnostic tests on your system to aid in troubleshooting.%></p>
<p><%:The diagnostics available under this menu depend on what modules you have installed on your device.%></p>
<%+footer%>
diff --git a/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm b/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm
index 595cc5f5f..3d01453e4 100644
--- a/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm
+++ b/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm
@@ -4,7 +4,7 @@
-%>
<%+header%>
-<h2><a id="content" name="content"><%:Diagnostics%></a></h2>
+<h2 name="content"><%:Diagnostics%></h2>
<p><%:With this menu you can configure network diagnostics, such as network device scans and ping tests.%></p>
<p><%:The diagnostics available under this menu depend on what modules you have installed on your device.%></p>
<%+footer%>