aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php
diff options
context:
space:
mode:
Diffstat (limited to 'detail.php')
-rw-r--r--detail.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/detail.php b/detail.php
index 0fedb69..4fb43b0 100644
--- a/detail.php
+++ b/detail.php
@@ -27,8 +27,8 @@ $selected_plugins = !$plugin ? $CONFIG['overview'] : array($plugin);
27 27
28html_start(); 28html_start();
29 29
30printf('<fieldset id="%s">', $host); 30printf('<fieldset id="%s">', htmlentities($host));
31printf('<legend>%s</legend>', $host); 31printf('<legend>%s</legend>', htmlentities($host));
32 32
33if (!$plugins = collectd_plugins($host)) { 33if (!$plugins = collectd_plugins($host)) {
34 echo "Unknown host\n"; 34 echo "Unknown host\n";