From: Stephen L Johnson Date: Wed, 27 Sep 2000 03:26:35 +0000 (+0000) Subject: when $WWW_USE_IMAGES=0 the underline of links weren't the same color as X-Git-Tag: spong-2_7_0-beta1~26 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afabb44e44bb2bfd1e66af8104bfa26406f3d6c3;p=spong.git when $WWW_USE_IMAGES=0 the underline of links weren't the same color as the table cells in history tables --- diff --git a/src/lib/Spong/History.pm b/src/lib/Spong/History.pm index 7d1e9d3..1884d7f 100755 --- a/src/lib/Spong/History.pm +++ b/src/lib/Spong/History.pm @@ -116,7 +116,8 @@ sub display_html { print ""; print "
"; print "host() - . "/$service/$time\">" if ($main::STATUS_HISTORY); + . "/$service/$time\">" if ($main::STATUS_HISTORY); print "      "; print "" if $main::STATUS_HISTORY; print "
";