Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unused duplicated HTML id on header hidden field
  • Loading branch information
luccioman committed Jan 15, 2018
1 parent 9ddf92d commit 83df922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htroot/env/templates/header.template
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 83df922

Please sign in to comment.