Bugzilla – Attachment 9997 Details for
Bug 5312
XHTML correction in authority summary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BUG 5312 XHTML correction in authority summary
BUG5312-XHTML-correction-in-authority-summary.patch (text/plain), 751 bytes, created by
Chris Cormack
on 2012-06-09 10:10:47 UTC
(
hide
)
Description:
BUG 5312 XHTML correction in authority summary
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-06-09 10:10:47 UTC
Size:
751 bytes
patch
obsolete
>From 7d4376e1df5126171ac6bb4481d047b389b62dee Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@progilone.fr> >Date: Mon, 22 Aug 2011 15:14:24 +0200 >Subject: [PATCH] BUG5312 XHTML correction in authority summary > >--- > C4/AuthoritiesMarc.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >index 703ea75..86d04f2 100644 >--- a/C4/AuthoritiesMarc.pm >+++ b/C4/AuthoritiesMarc.pm >@@ -996,7 +996,7 @@ sub BuildSummary{ > my $resultstring; > $resultstring = join(" -- ",@stringssummary); > $resultstring =~ s/\[(.*?)\]//g; >- $resultstring =~ s/\n/<br>/g; >+ $resultstring =~ s/\n/<br\/>/g; > $summary = $resultstring; > } else { > my $heading = ''; >-- >1.7.10
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 5312
:
2693
|
5085
|
9997
|
9999