Bugzilla – Attachment 5085 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]
Proposed patch (updated)
0001-BUG5312-XHTML-correction-in-authority-summary.patch (text/plain), 755 bytes, created by
Fridolin Somers
on 2011-08-22 13:15:25 UTC
(
hide
)
Description:
Proposed patch (updated)
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2011-08-22 13:15:25 UTC
Size:
755 bytes
patch
obsolete
>From b10cccf4c9bceada67c4fd37ccab081aaa791f59 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 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >index 0164c8d..b12fcba 100644 >--- a/C4/AuthoritiesMarc.pm >+++ b/C4/AuthoritiesMarc.pm >@@ -1002,7 +1002,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.4.1 >
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