diff options
author | Pim van den Berg | 2014-02-10 22:25:09 +0100 |
---|---|---|
committer | Pim van den Berg | 2014-02-10 22:25:09 +0100 |
commit | 769accd9acc59e8b15097dd4c51d69ec52c1b9c7 (patch) | |
tree | 9ad757290c49d2a5782183537014e513725cdb99 /host.php | |
parent | use & instead of & in html (diff) | |
download | apt-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ $selected_plugins = !$plugin ? $CONFIG['overview'] : array($plugin); | |||
11 | 11 | ||
12 | html_start(); | 12 | html_start(); |
13 | 13 | ||
14 | printf("<fieldset id=\"%s\"/>", $host); | 14 | printf("<fieldset id=\"%s\">", $host); |
15 | printf("<legend>%s</legend>", $host); | 15 | printf("<legend>%s</legend>", $host); |
16 | 16 | ||
17 | 17 | ||