aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/host.php
diff options
context:
space:
mode:
authorPim van den Berg2014-02-10 22:25:09 +0100
committerPim van den Berg2014-02-10 22:25:09 +0100
commit769accd9acc59e8b15097dd4c51d69ec52c1b9c7 (patch)
tree9ad757290c49d2a5782183537014e513725cdb99 /host.php
parentuse & instead of & in html (diff)
downloadapt-panopticon_cgp-769accd9acc59e8b15097dd4c51d69ec52c1b9c7.zip
apt-panopticon_cgp-769accd9acc59e8b15097dd4c51d69ec52c1b9c7.tar.gz
apt-panopticon_cgp-769accd9acc59e8b15097dd4c51d69ec52c1b9c7.tar.bz2
apt-panopticon_cgp-769accd9acc59e8b15097dd4c51d69ec52c1b9c7.tar.xz
host.php: remove immediate end tag in fieldset
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