зеркало из https://github.com/mozilla/gecko-dev.git
fixes
This commit is contained in:
Родитель
205dca8b2f
Коммит
0b95860636
|
@ -15,8 +15,8 @@
|
|||
|
||||
|
||||
|
||||
# $Revision: 1.14 $
|
||||
# $Date: 2002/05/10 22:51:05 $
|
||||
# $Revision: 1.15 $
|
||||
# $Date: 2002/05/10 22:56:57 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MozillaLayers.pm,v $
|
||||
# $Name: $
|
||||
|
@ -281,6 +281,8 @@ sub Link {
|
|||
$name = "name=\"$args{'name'}\"";
|
||||
}
|
||||
|
||||
# This is important to prevent recursion. Our popup windows have
|
||||
# links inside them. Luckally the links do not cause popups.
|
||||
|
||||
if (!($args{'windowtxt'})) {
|
||||
$out .= "<a $name href=\"$args{'href'}\">";
|
||||
|
|
Загрузка…
Ссылка в новой задаче