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 34cc03c..cc6fa50 100644
--- a/host.php
+++ b/host.php
@@ -11,7 +11,7 @@ $selected_plugins = !$plugin ? $CONFIG['overview'] : array($plugin);
11 11
12html_start(); 12html_start();
13 13
14printf("<fieldset id=\"%s\"/>", $host); 14printf("<fieldset id=\"%s\">", $host);
15printf("<legend>%s</legend>", $host); 15printf("<legend>%s</legend>", $host);
16 16
17 17