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