aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php
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 /detail.php
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 'detail.php')
-rw-r--r--detail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/detail.php b/detail.php
index 20f250a..b824d1d 100644
--- a/detail.php
+++ b/detail.php
@@ -66,7 +66,7 @@ foreach($term as $key => $s) {
66print "</ul>\n"; 66print "</ul>\n";
67 67
68printf('<img src="%s%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET)); 68printf('<img src="%s%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET));
69echo '</div><! .graphs -->'; 69echo '</div>';
70 70
71html_end(); 71html_end();
72 72