Bugzilla – Attachment 16582 Details for
Bug 9877
Use DataTables on funds administration page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5342: Followup Delete tags for letters which are not html
Bug-5342-Followup-Delete-tags-for-letters-which-ar.patch (text/plain), 844 bytes, created by
Paul Poulain
on 2013-03-21 09:13:00 UTC
(
hide
)
Description:
Bug 5342: Followup Delete tags for letters which are not html
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2013-03-21 09:13:00 UTC
Size:
844 bytes
patch
obsolete
>From 4e8cdd02b722585617a817d1107f3c208faf36f3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 12 Jun 2012 10:32:48 +0200 >Subject: [PATCH] Bug 5342: Followup Delete tags for letters which are not html > >Signed-off-by: Pierre Angot <tredok.pierre@gmail.com> > >http://bugs.koha-community.org/show_bug.cgi?id=9877 >--- > C4/Letters.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 8873c46..8d479b2 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -520,7 +520,7 @@ sub GetPreparedLetter { > } > > $letter->{content} =~ s/<<\S*>>//go; #remove any stragglers >-# $letter->{content} =~ s/<<[^>]*>>//go; >+ $letter->{content} =~ s/<[^>]*>//go unless $letter->{is_html}; #remove tags if letter is not html > > return $letter; > } >-- >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 9877
:
16557
|
16575
|
16581
|
16582
|
16818
|
16936
|
17148
|
17155
|
17156