Bugzilla – Attachment 9999 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]
[SIGNED-OFF] BUG5312 XHTML correction in authority summary
SIGNED-OFF-BUG5312-XHTML-correction-in-authority-s.patch (text/plain), 823 bytes, created by
Kyle M Hall
on 2012-06-09 10:16:11 UTC
(
hide
)
Description:
[SIGNED-OFF] BUG5312 XHTML correction in authority summary
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-06-09 10:16:11 UTC
Size:
823 bytes
patch
obsolete
>From f913de3b6232521bac174e68dd9fa207344f5918 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] [SIGNED-OFF] BUG5312 XHTML correction in authority summary > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/AuthoritiesMarc.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.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 5312
:
2693
|
5085
|
9997
| 9999