From 75b31707a909e9f83506a9a802a6f0660686deda Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Fri, 21 Dec 2012 20:02:19 +0100 Subject: remove in-html comments by xian310 --- detail.php | 2 +- host.php | 2 +- inc/html.inc.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/detail.php b/detail.php index 20f250a..b824d1d 100644 --- a/detail.php +++ b/detail.php @@ -66,7 +66,7 @@ foreach($term as $key => $s) { print "\n"; printf(''."\n", $CONFIG['weburl'], build_url('graph.php', $_GET)); -echo ''; +echo ''; html_end(); diff --git a/host.php b/host.php index 6799123..bd7209a 100644 --- a/host.php +++ b/host.php @@ -32,7 +32,7 @@ foreach ($selected_plugins as $selected_plugin) { plugin_header($host, $selected_plugin); graphs_from_plugin($host, $selected_plugin); } -echo ''; +echo ''; html_end(); diff --git a/inc/html.inc.php b/inc/html.inc.php index f0390ce..ac37ca2 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php @@ -85,7 +85,7 @@ function plugins_list($host, $overview_plugins, $other_plugins, $selected_plugin } echo ''; - echo ''; + echo ''; } function selected_overview($selected_plugins) { -- cgit v1.1