From fba4755737c12f63aaf98e5a247bb5f00d414600 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Fri, 20 Apr 2012 12:16:13 +0100 Subject: [PATCH] Bug 7987 [SIGNED-OFF] Fix typo in circulation template Content-Type: text/plain; charset="utf-8" li was not properly closed after loss of a character Signed-off-by: Marc Veron - Checked koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt before / after applying patch - Line is changed as expected, ends now with --- .../prog/en/modules/circ/circulation.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index e79cef1..a30234d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -269,7 +269,7 @@ function refocus(calendar) { [% END %] [% IF ( PATRON_CANT ) %] -
  • This patron can't check out this item per library circulation policy +
  • This patron can't check out this item per library circulation policy
  • [% END %] [% IF ( NOT_FOR_LOAN_FORCING ) %] -- 1.7.2.5