aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php
diff options
context:
space:
mode:
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