aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php
diff options
context:
space:
mode:
Diffstat (limited to 'detail.php')
-rw-r--r--detail.php2
1 files changed, 1 insertions, 1 deletions
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'];
21 21
22html_start(); 22html_start();
23 23
24printf('<h2><a href="%s">&laquo;</a> %s</h2>'."\n", 24printf('<h2><a href="%s">%s</a></h2>'."\n",
25 $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host 25 $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host
26); 26);
27 27