Bug 27631: (RM follow-up) Fix missing h1 to div
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
53d785c7e6
commit
05ba079814
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="gradient">
|
||||
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></h1>
|
||||
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div>
|
||||
<!-- Begin Authorities Resident Search Box -->
|
||||
<div id="header_search" class="residentsearch">
|
||||
<div id="mainmain_heading" class="residentsearch">
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
[% PROCESS 'html_helpers.inc' %]
|
||||
[% PROCESS 'patronfields.inc' %]
|
||||
<div class="gradient">
|
||||
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></h1><!-- Begin Patrons Resident Search Box -->
|
||||
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Patrons Resident Search Box -->
|
||||
<div id="header_search">
|
||||
<div id="patron_search" class="residentsearch">
|
||||
<form action="/cgi-bin/koha/members/member.pl" method="post">
|
||||
|
|
Loading…
Reference in a new issue