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 /inc/html.inc.php | |
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 'inc/html.inc.php')
-rw-r--r-- | inc/html.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |