Fix link for sidebar panel.

git-svn-id: svn://10.0.0.236/trunk@67725 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 2000-05-01 16:41:38 +00:00
parent b2acf47256
commit 2970248ecc

View File

@ -799,7 +799,7 @@ sub do_panel {
LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
);
# Hack the panel link for now.
print "<a target='_content' href='http://tinderbox.mozilla.org/seamonkey/'>$::tree";
print "<a target='_content' href='http://tinderbox.mozilla.org/$::tree/'>$::tree";
if (is_tree_state_available()) {
print " is ", is_tree_open() ? 'open' : 'closed';