summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-adblock/luasrc/view
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-03-28 21:12:27 +0300
committerGitHub <noreply@github.com>2017-03-28 21:12:27 +0300
commit3dc08a354b4f5212fdaf54764729a025a14167cf (patch)
treeab06285faab4135f276e608791cdefce062c4c73 /applications/luci-app-adblock/luasrc/view
parent8504fd64fc71a2c8e9ae8a7a6bfd71f648fd2782 (diff)
parenta9ae30067386a0464ed4514bccee4e7ced0df5d7 (diff)
Merge pull request #1088 from dibdot/luci-app-adblock
luci-app-adblock: fix XHTML/HTML5 markup
Diffstat (limited to 'applications/luci-app-adblock/luasrc/view')
-rw-r--r--applications/luci-app-adblock/luasrc/view/adblock/runtime.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
index bb55d233f2..4a90d41966 100644
--- a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
+++ b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
@@ -6,6 +6,6 @@ This is free software, licensed under the Apache License, Version 2.0
<%+cbi/valueheader%>
-<input name="runtime" id="runtime" type="text" class="cbi-input-text" style="border: none; box-shadow: none; background-color: #ffffff; color: #0069d6;" value="<%=self:cfgvalue(section)%>" disabled />
+<input name="runtime" id="runtime" type="text" class="cbi-input-text" style="border: none; box-shadow: none; background-color: #ffffff; color: #0069d6;" value="<%=self:cfgvalue(section)%>" disabled="disabled" />
<%+cbi/valuefooter%>