Bugzilla – Attachment 9322 Details for
Bug 7987
Typo causing invalid markup in circulation.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7987 [SIGNED-OFF] Fix typo in circulation template
Bug-7987-SIGNED-OFF-Fix-typo-in-circulation-templa.patch (text/plain), 1.22 KB, created by
Marc Véron
on 2012-04-27 19:24:33 UTC
(
hide
)
Description:
Bug 7987 [SIGNED-OFF] Fix typo in circulation template
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2012-04-27 19:24:33 UTC
Size:
1.22 KB
patch
obsolete
>From fba4755737c12f63aaf98e5a247bb5f00d414600 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >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 <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> >--- > .../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 ) %] >- <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 ) %] >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7987
:
9267
| 9322