Bugzilla – Attachment 3397 Details for
Bug 5923
Authorities list :removing link on Summary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow-up patch
0001-Bug-5923-Removed-link-from-variable-summary.patch (text/plain), 1.12 KB, created by
Julian Maurice
on 2011-03-22 13:44:30 UTC
(
hide
)
Description:
Follow-up patch
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2011-03-22 13:44:30 UTC
Size:
1.12 KB
patch
obsolete
>From 36c46f98afa6bdf10a6ae3d12574a94a1dd7cd27 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 22 Mar 2011 14:32:36 +0100 >Subject: [PATCH] Bug 5923 : Removed link from variable $summary > >Variable $summary contained <a> and <b> tag. They have been deleted. >--- > C4/AuthoritiesMarc.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >index f3cc948..0110e22 100644 >--- a/C4/AuthoritiesMarc.pm >+++ b/C4/AuthoritiesMarc.pm >@@ -1042,7 +1042,7 @@ sub BuildSummary{ > $narrowerterms =~s/-- \n$//; > $seealso =~s/-- \n$//; > $see =~s/-- \n$//; >- $summary = "<b><a href=\"detail.pl?authid=$authid\">".$heading."</a></b><br />".($notes?"$notes <br />":""); >+ $summary = $heading."<br />".($notes?"$notes <br />":""); > $summary.= '<p><div class="label">TG : '.$broaderterms.'</div></p>' if ($broaderterms); > $summary.= '<p><div class="label">TS : '.$narrowerterms.'</div></p>' if ($narrowerterms); > $summary.= '<p><div class="label">TA : '.$seealso.'</div></p>' if ($seealso); >-- >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 5923
:
3386
| 3397