aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/host.php
diff options
context:
space:
mode:
Diffstat (limited to 'host.php')
-rw-r--r--host.php2
1 files changed, 1 insertions, 1 deletions
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