From e225e671ae8d4bc52f5dc7afca7e8eb413fdf834 Mon Sep 17 00:00:00 2001 From: "kestes%tradinglinx.com" Date: Thu, 15 Feb 2001 23:58:04 +0000 Subject: [PATCH] typo in use of FileStructure::URLS git-svn-id: svn://10.0.0.236/trunk@87151 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox2/src/lib/TinderDB/Notice.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/lib/TinderDB/Notice.pm b/mozilla/webtools/tinderbox2/src/lib/TinderDB/Notice.pm index ba88b2eb802..992212a3301 100755 --- a/mozilla/webtools/tinderbox2/src/lib/TinderDB/Notice.pm +++ b/mozilla/webtools/tinderbox2/src/lib/TinderDB/Notice.pm @@ -76,7 +76,7 @@ use Utils; use HTMLPopUp; use TinderDB::BasicTxtDB; -$VERSION = ( qw $Revision: 1.6 $ )[1]; +$VERSION = ( qw $Revision: 1.7 $ )[1]; @ISA = qw(TinderDB::BasicTxtDB); @@ -271,7 +271,7 @@ sub status_table_row { # menus can view the notice. $href = ( - "$FileStructure::URLS{'shownotice'}". + "$FileStructure::URLS{'shownote'}". "\?". "tree=$tree". "\&". @@ -297,7 +297,7 @@ sub status_table_row { "href" => $href, "windowtxt" => $rendered_notice, "windowtitle" => "Notice Board", - "windowheight" => (150 * $num_notices), + "windowheight" => (175 * $num_notices)+100, ). ""); } else {