Bugzilla – Attachment 2463 Details for
Bug 5088
HTML tags in Amazon reviews
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-5088-HTML-tags-in-Amazon-reviews.patch (text/plain), 1.75 KB, created by
Owen Leonard
on 2010-08-04 18:43:07 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2010-08-04 18:43:07 UTC
Size:
1.75 KB
patch
obsolete
>From 292c363a6ba4fc72f7153690711744e702b79faa Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 4 Aug 2010 14:41:18 -0400 >Subject: [PATCH] Fix for Bug 5088 - HTML tags in Amazon reviews > >Removing "ESCAPE='HTML'" from Amazon customer review output >--- > .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >index b1fdf84..78548a1 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >@@ -760,9 +760,9 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > > <!-- TMPL_LOOP NAME="AMAZON_CUSTOMER_REVIEWS" --> > <div class="content_set"> >- <div class="clearfix" style="margin: .5em 0;"><h4 style="float: left;"><!-- TMPL_VAR NAME="Summary" ESCAPE="HTML" --></h4> <span class="starMT" style="float: left;"><span class="starFull" style="float: left; width:<!-- TMPL_VAR EXPR="Rating * 10" -->px"></span></span> </div> <!-- TMPL_VAR NAME="Date" --> >+ <div class="clearfix" style="margin: .5em 0;"><h4 style="float: left;"><!-- TMPL_VAR NAME="Summary" --></h4> <span class="starMT" style="float: left;"><span class="starFull" style="float: left; width:<!-- TMPL_VAR EXPR="Rating * 10" -->px"></span></span> </div> <!-- TMPL_VAR NAME="Date" --> > <!-- TMPL_IF NAME="Content" --> >- <p style="margin-left: .2em;"><!-- TMPL_VAR NAME="Content" ESCAPE="HTML" --></p> >+ <p style="margin-left: .2em;"><!-- TMPL_VAR NAME="Content" --></p> > <!-- /TMPL_IF --> > </div> > <!-- /TMPL_LOOP --> >-- >1.7.0.4 >
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 5088
:
2453
| 2463