Bugzilla – Attachment 10258 Details for
Bug 5342
Serial claiming improvements
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
0001-Bug-5342-Followup-Delete-tags-for-letters-which-are-.patch (text/plain), 744 bytes, created by
Jonathan Druart
on 2012-06-13 12:47:13 UTC
(
hide
)
Description:
Bug 5342: Followup Delete tags for letters which are not html
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-06-13 12:47:13 UTC
Size:
744 bytes
patch
obsolete
>From fe252625a05e98dc52c9c4010185871e6086e410 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 1/1] Bug 5342: Followup Delete tags for letters which are not > html > >--- > C4/Letters.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 89213fe..ff896c1 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -510,7 +510,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.7.3 >
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 5342
:
8115
|
8116
|
8309
|
8334
|
8335
|
8611
|
8682
|
8683
|
8900
|
8910
|
9168
|
9169
|
9976
|
9977
|
10211
|
10212
|
10245
|
10258
|
14444
|
14445
|
14446
|
16217
|
16218
|
16219
|
19512
|
31277
|
31375
|
31454
|
31694
|
31902
|
32171
|
32172