Bug 7987 [SIGNED-OFF] Fix typo in circulation template
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 20 Apr 2012 11:16:13 +0000 (12:16 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 7 May 2012 20:49:54 +0000 (22:49 +0200)
li was not properly closed after loss of a character

Signed-off-by: Marc Veron <veron@veron.ch>
- Checked koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt before / after applying patch
- Line is changed as expected, ends now with </li>

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

index e79cef1..a30234d 100644 (file)
@@ -269,7 +269,7 @@ function refocus(calendar) {
 [% END %]
 
 [% IF ( PATRON_CANT ) %]
-    <li>This patron can't check out this item per library circulation policy</i>
+    <li>This patron can't check out this item per library circulation policy</li>
 [% END %]
 
 [% IF ( NOT_FOR_LOAN_FORCING ) %]