From 1027011d9aa961863fd20a06d74f6b7f6d7ec43d Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Fri, 10 May 2002 22:48:33 +0000 Subject: [PATCH] bug fixes git-svn-id: svn://10.0.0.236/trunk@121304 18797224-902f-48f8-a5cc-f745e15eee43 --- .../tinderbox2/src/lib/HTMLPopUp/MozillaLayers.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MozillaLayers.pm b/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MozillaLayers.pm index 7af9909c1ff..f2b99947c75 100644 --- a/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MozillaLayers.pm +++ b/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MozillaLayers.pm @@ -15,8 +15,8 @@ -# $Revision: 1.12 $ -# $Date: 2002-05-10 22:42:07 $ +# $Revision: 1.13 $ +# $Date: 2002-05-10 22:48:33 $ # $Author: kestes%walrus.com $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MozillaLayers.pm,v $ # $Name: not supported by cvs2svn $ @@ -322,6 +322,13 @@ sub Link { + if (!($args{'windowtxt'})) { + $out .= ""; + $out .= "$args{'linktxt'}\n"; + + return $out; + } + if ($args{'windowtxt'}) { # These characters inside the popupwindow will confuse my popup