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 3512716..d8bd4eb 100644
--- a/detail.php
+++ b/detail.php
@@ -15,7 +15,7 @@ $seconds = $_GET['s'];
15 15
16html_start(); 16html_start();
17 17
18printf('<h1><a href="%s">&laquo;</a> %s</h1>'."\n", 18printf('<h2><a href="%s">&laquo;</a> %s</h2>'."\n",
19 $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host 19 $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host
20); 20);
21 21