Bugzilla – Attachment 9267 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]
Proposed Patch
0001-Bug-7987-Fix-typo-in-circulation-template.patch (text/plain), 1004 bytes, created by
Colin Campbell
on 2012-04-20 11:34:30 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2012-04-20 11:34:30 UTC
Size:
1004 bytes
patch
obsolete
>From 20546b7cb5326e5806aba9e7ed1a5209fdd0f71d 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 Fix typo in circulation template > >li was not properly closed after loss of a character >--- > .../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.7.6 >
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