From 6bbb45ef9536489c0a156557ba509847ed5b78c4 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 29 Dec 1999 20:17:09 +0000 Subject: [PATCH] Fixed Ack URL problem in add_action_bar() with host and service not being added to the HREF. --- src/lib/Spong/Service.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/Spong/Service.pm b/src/lib/Spong/Service.pm index 13db7c2..ff1ba15 100755 --- a/src/lib/Spong/Service.pm +++ b/src/lib/Spong/Service.pm @@ -338,11 +338,12 @@ sub _problem_message { sub add_action_bar { my( $self ) = shift; my $name = $self->host(); + my $service = $self->name(); my $message = &escape( "Host: $name, " . $self->_problem_message() ); print "
"; print "Connect to Host || "; - print "Acknowledge Problem "; + print "Acknowledge Problem "; if( $main::WWWCONTACT ) { print "|| "; -- 2.30.2