diff options
Diffstat (limited to 'detail.php')
-rw-r--r-- | detail.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ $seconds = $_GET['s']; | |||
15 | 15 | ||
16 | html_start(); | 16 | html_start(); |
17 | 17 | ||
18 | printf('<h1><a href="%s">«</a> %s</h1>'."\n", | 18 | printf('<h2><a href="%s">«</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 | ||