Bug 7987 [SIGNED-OFF] Fix typo in circulation template
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>
This commit is contained in:
parent
548b85db85
commit
d78c28db7b
1 changed files with 1 additions and 1 deletions
|
@ -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 ) %]
|
||||
|
|
Loading…
Reference in a new issue