Fix for Bug 5972 - DisplayClearScreenButton preference introduces invalid markup
authorOwen Leonard <oleonard@myacpl.org>
Sat, 26 Mar 2011 15:06:51 +0000 (11:06 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 30 Mar 2011 06:56:54 +0000 (19:56 +1300)
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl

index dc7ed5f..4d509c3 100644 (file)
@@ -415,7 +415,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
 <fieldset id="circ_circulation_issue">
     <!-- TMPL_IF NAME="DisplayClearScreenButton" -->
-           <input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'">
+           <input type="button" value="Clear Screen" onclick="window.location = '/cgi-bin/koha/circ/circulation.pl'" />
     <!-- /TMPL_IF -->
 
     <label for="barcode">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->) </label>