From f440df5666c73c924ea6a6ce1c5de0eb7e8092f3 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 20 Sep 2009 13:52:56 +0200 Subject: display term as a list on detail page --- detail.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'detail.php') diff --git a/detail.php b/detail.php index e12334d..d1f2126 100644 --- a/detail.php +++ b/detail.php @@ -29,13 +29,13 @@ $term = array( ); $args = $_GET; +print "\n"; $plugins = collectd_plugins($host); -- cgit v1.1