summaryrefslogtreecommitdiff
path: root/htroot/env
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-01-15 17:16:54 +0100
committerluccioman <luccioman@users.noreply.github.com>2018-01-15 17:16:54 +0100
commit83df922afca3d478983b1f080021bc975d11df0e (patch)
tree4fe214b70a7b911669eb7659fd56b8c78ba524bf /htroot/env
parent9ddf92d143012572c5ec1b3562cd9fbb3d12ca7a (diff)
Removed unused duplicated HTML id on header hidden field
Diffstat (limited to 'htroot/env')
-rw-r--r--htroot/env/templates/header.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template
index 1ce6e8d1f..2bed0e9de 100644
--- a/htroot/env/templates/header.template
+++ b/htroot/env/templates/header.template
@@ -21,7 +21,7 @@
<input type="hidden" name="prefermaskfilter" value="" />
<input type="hidden" name="nav" value="all" />
#(authorized)#::
- <input type="hidden" name="auth" id="auth" value=""/>
+ <input type="hidden" name="auth" value=""/>
#(/authorized)#
</form>
</div>
@@ -120,7 +120,7 @@
<li id="header_administration">
<form action="index.html" method="get">
#(authorized)#::
- <input type="hidden" name="auth" id="auth" value=""/>
+ <input type="hidden" name="auth" value=""/>
#(/authorized)#
<button accesskey="s" type="submit" class="btn btn-inverse navbar-btn label-primary" title="Search Interface">
<span class="glyphicon glyphicon-search"></span>