aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc
diff options
context:
space:
mode:
authorPim van den Berg2012-12-21 20:02:19 +0100
committerPim van den Berg2012-12-21 20:02:19 +0100
commit75b31707a909e9f83506a9a802a6f0660686deda (patch)
tree7e1d40a7b7d23479b9d920afc65c29754e3b6724 /inc
parentreplace the ajax expand system by a navigation menu (diff)
downloadapt-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')
-rw-r--r--inc/html.inc.php2
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
91function selected_overview($selected_plugins) { 91function selected_overview($selected_plugins) {