aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--detail.php2
-rw-r--r--host.php2
-rw-r--r--inc/html.inc.php2
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) {
66print "</ul>\n"; 66print "</ul>\n";
67 67
68printf('<img src="%s%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET)); 68printf('<img src="%s%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET));
69echo '</div><! .graphs -->'; 69echo '</div>';
70 70
71html_end(); 71html_end();
72 72
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) {
32 plugin_header($host, $selected_plugin); 32 plugin_header($host, $selected_plugin);
33 graphs_from_plugin($host, $selected_plugin); 33 graphs_from_plugin($host, $selected_plugin);
34} 34}
35echo '</div><! .graphs -->'; 35echo '</div>';
36 36
37html_end(); 37html_end();
38 38
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
85 } 85 }
86 86
87 echo '</ul>'; 87 echo '</ul>';
88 echo '</div><! .plugins -->'; 88 echo '</div>';
89} 89}
90 90
91function selected_overview($selected_plugins) { 91function selected_overview($selected_plugins) {