Bug 16225 - Extra closing quote in circulation home page template

This patch removes an extra closing quote left behind by the changes
made in Bug 15640.

This patch also corrects the case of the "Circulation reports"
heading. (See coding guideline HTML4).

To test, apply the patch and go to the circulation home page. Validate
the page's HTML and confirm that there are no errors.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Owen Leonard 2016-04-07 12:49:37 -04:00 committed by Brendan Gallagher
parent a669b3c132
commit 05ea36e6cb

View file

@ -35,11 +35,11 @@
<div class="yui-u">
<h5>Circulation Reports</h5>
<h5>Circulation reports</h5>
<ul>
<li> <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a></li>
<li> <a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a></li>
<li> <a href="/cgi-bin/koha/circ/waitingreserves.pl"">Holds awaiting pickup</a></li>
<li> <a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a></li>
<li> <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
<li> <a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a></li>
[% IF ( CAN_user_circulate_overdues_report ) %]<li> <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a>