From 51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 20 May 2013 22:51:44 +0200 Subject: start using fieldset + legend for showing data --- detail.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'detail.php') diff --git a/detail.php b/detail.php index c7df632..5bf2883 100644 --- a/detail.php +++ b/detail.php @@ -23,7 +23,8 @@ $selected_plugins = !$plugin ? $CONFIG['overview'] : array($plugin); html_start(); -printf('

%s

'."\n", $host); +printf('
', $host); +printf('%s', $host); $plugins = collectd_plugins($host); @@ -54,6 +55,7 @@ if ($CONFIG['graph_type'] == 'canvas') { printf(''."\n", $CONFIG['weburl'], build_url('graph.php', $_GET)); } echo ''; +echo "
\n"; html_end(); -- cgit v1.1