diff options
author | Pim van den Berg | 2012-12-21 20:02:19 +0100 |
---|---|---|
committer | Pim van den Berg | 2012-12-21 20:02:19 +0100 |
commit | 75b31707a909e9f83506a9a802a6f0660686deda (patch) | |
tree | 7e1d40a7b7d23479b9d920afc65c29754e3b6724 | |
parent | replace the ajax expand system by a navigation menu (diff) | |
download | apt-panopticon_cgp-75b31707a909e9f83506a9a802a6f0660686deda.zip apt-panopticon_cgp-75b31707a909e9f83506a9a802a6f0660686deda.tar.gz apt-panopticon_cgp-75b31707a909e9f83506a9a802a6f0660686deda.tar.bz2 apt-panopticon_cgp-75b31707a909e9f83506a9a802a6f0660686deda.tar.xz |
remove in-html comments by xian310
Diffstat (limited to '')
-rw-r--r-- | detail.php | 2 | ||||
-rw-r--r-- | host.php | 2 | ||||
-rw-r--r-- | inc/html.inc.php | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -66,7 +66,7 @@ foreach($term as $key => $s) { | |||
66 | print "</ul>\n"; | 66 | print "</ul>\n"; |
67 | 67 | ||
68 | printf('<img src="%s%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET)); | 68 | printf('<img src="%s%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET)); |
69 | echo '</div><! .graphs -->'; | 69 | echo '</div>'; |
70 | 70 | ||
71 | html_end(); | 71 | html_end(); |
72 | 72 | ||
@@ -32,7 +32,7 @@ foreach ($selected_plugins as $selected_plugin) { | |||
32 | plugin_header($host, $selected_plugin); | 32 | plugin_header($host, $selected_plugin); |
33 | graphs_from_plugin($host, $selected_plugin); | 33 | graphs_from_plugin($host, $selected_plugin); |
34 | } | 34 | } |
35 | echo '</div><! .graphs -->'; | 35 | echo '</div>'; |
36 | 36 | ||
37 | html_end(); | 37 | html_end(); |
38 | 38 | ||
diff --git a/inc/html.inc.php b/inc/html.inc.php index f0390ce..ac37ca2 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
@@ -85,7 +85,7 @@ function plugins_list($host, $overview_plugins, $other_plugins, $selected_plugin | |||
85 | } | 85 | } |
86 | 86 | ||
87 | echo '</ul>'; | 87 | echo '</ul>'; |
88 | echo '</div><! .plugins -->'; | 88 | echo '</div>'; |
89 | } | 89 | } |
90 | 90 | ||
91 | function selected_overview($selected_plugins) { | 91 | function selected_overview($selected_plugins) { |