mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-22 09:14:38 -04:00
Removed unused duplicated HTML id on header hidden field
This commit is contained in:
4
htroot/env/templates/header.template
vendored
4
htroot/env/templates/header.template
vendored
@ -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>
|
||||
|
Reference in New Issue
Block a user