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 --- host.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'host.php') diff --git a/host.php b/host.php index 453cfb4..34cc03c 100644 --- a/host.php +++ b/host.php @@ -11,7 +11,9 @@ $selected_plugins = !$plugin ? $CONFIG['overview'] : array($plugin); html_start(); -printf('

%s

'."\n", $host); +printf("
", $host); +printf("%s", $host); + $plugins = collectd_plugins($host); @@ -30,6 +32,7 @@ foreach ($selected_plugins as $selected_plugin) { } } echo ''; +printf("
"); html_end(); -- cgit v1.1