From afabb44e44bb2bfd1e66af8104bfa26406f3d6c3 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 27 Sep 2000 03:26:35 +0000 Subject: [PATCH] when $WWW_USE_IMAGES=0 the underline of links weren't the same color as the table cells in history tables --- src/lib/Spong/History.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "
"; -- 2.30.2