diff options
-rw-r--r-- | host.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ printf("<fieldset id=\"%s\">", htmlentities($host)); | |||
17 | printf("<legend>%s</legend>", htmlentities($host)); | 17 | printf("<legend>%s</legend>", htmlentities($host)); |
18 | 18 | ||
19 | echo <<<EOT | 19 | echo <<<EOT |
20 | <p>Click on a graph to explore it.</p> | ||
20 | <input type="checkbox" id="navicon" class="navicon" /> | 21 | <input type="checkbox" id="navicon" class="navicon" /> |
21 | <label for="navicon"></label> | 22 | <label for="navicon"></label> |
22 | 23 | ||