Bug 16225 - Extra closing quote in circulation home page template
authorOwen Leonard <oleonard@myacpl.org>
Thu, 7 Apr 2016 16:49:37 +0000 (12:49 -0400)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 22 Apr 2016 23:02:02 +0000 (23:02 +0000)
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>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt

index eb46e20..fdd361f 100644 (file)
 
        <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>