From 43a88bde291c9b9921a44a4b171db34cd58d67f8 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 10 Oct 2009 17:38:10 +0200 Subject: remove laquo from navigation You can always return to the main page via the header. From the detail page you can return to the host page by clicking the hostname. --- detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'detail.php') diff --git a/detail.php b/detail.php index 47ce197..08b0eeb 100644 --- a/detail.php +++ b/detail.php @@ -21,7 +21,7 @@ $seconds = $_GET['s']; html_start(); -printf('

« %s

'."\n", +printf('

%s

'."\n", $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host ); -- cgit v1.1