bug fixes
git-svn-id: svn://10.0.0.236/trunk@121304 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 .= "<a $name href=\"$args{'href'}\">";
|
||||
$out .= "$args{'linktxt'}</a>\n";
|
||||
|
||||
return $out;
|
||||
}
|
||||
|
||||
if ($args{'windowtxt'}) {
|
||||
|
||||
# These characters inside the popupwindow will confuse my popup
|
||||
|
||||
Reference in New Issue
Block a user