Bugzilla – Attachment 38144 Details for
Bug 13623
Enhance html for holds queue viewer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13623: Follow-up: remove stray </p> tag
Bug-13623-Follow-up-remove-stray-p-tag.patch (text/plain), 1.22 KB, created by
Katrin Fischer
on 2015-04-19 20:58:48 UTC
(
hide
)
Description:
Bug 13623: Follow-up: remove stray </p> tag
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-19 20:58:48 UTC
Size:
1.22 KB
patch
obsolete
>From 517791c09206cb5528d509da0f8c8f70d67bc3e1 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 19 Apr 2015 22:48:25 +0200 >Subject: [PATCH] Bug 13623: Follow-up: remove stray </p> tag > >Just removing a stray </p> tag. > >I got problems when trying to check this page >with an HTML validator, would probaby be worth >checking. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index abd2177..549a91a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -85,7 +85,7 @@ $(document).ready(function() { > > [% IF ( itemsloo.item('size') ) %][% itemsloo.item('size') %][% END %] > >- [% IF ( itemsloo.isbn ) %]ISBN: [% itemsloo.isbn %][% END %]</p> >+ [% IF ( itemsloo.isbn ) %]ISBN: [% itemsloo.isbn %][% END %] > </div> > </p> > </td> >-- >1.9.1
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 13623
:
35540
|
35541
|
37845
|
37849
|
38143
| 38144