[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
One-line patch for navbar.wml in WML 2.0.4
- From: Anthony Fok <nospam@thanx>
- Date: Sun, 1 Oct 2000 20:11:03 -0600
Hello Denis,
Please apply the following patch to navbar.wml in WML 2.0.4, otherwise
$menumode is left undefined, with the resulting behaviour of
menumode=outer even when menumode=inner is set explicitly.
Thanks!
Anthony
--
Anthony Fok Tung-Ling Civil and Environmental Engineering
foka@ualberta.ca, foka@debian.org University of Alberta, Canada
Debian GNU/Linux Chinese Project -- http://www.debian.org/zh/
Come visit Our Lady of Victory Camp -- http://www.olvc.ab.ca/
--- navbar.wml~ Tue Sep 19 17:36:40 2000
+++ navbar.wml Sun Oct 1 19:54:51 2000
@@ -591,6 +591,7 @@
# import attributes to ePerl
my $select = qq|<get-var select />|;
my $subselected = (qq|<get-var subselected />| eq '' ? 1 : 0);
+ my $menumode = qq|<get-var menumode />|;
my $txtonly = (qq|<get-var txtonly />| eq '' ? 1 : 0);
my $nohints = (qq|<get-var nohints />| eq '' ? 1 : 0);