From 36c46f98afa6bdf10a6ae3d12574a94a1dd7cd27 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 22 Mar 2011 14:32:36 +0100 Subject: [PATCH] Bug 5923 : Removed link from variable $summary Variable $summary contained and 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 = "".$heading."".($notes?"$notes ":""); + $summary = $heading."".($notes?"$notes ":""); $summary.= 'TG : '.$broaderterms.'