projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11568a8
)
Fixed display of top downloads on homepage
author
Roland Mas
<lolando@debian.org>
Wed, 10 Feb 2010 14:20:20 +0000
(14:20 +0000)
committer
Roland Mas
<lolando@debian.org>
Wed, 10 Feb 2010 14:20:20 +0000
(14:20 +0000)
gforge/www/include/features_boxes.php
patch
|
blob
|
history
diff --git
a/gforge/www/include/features_boxes.php
b/gforge/www/include/features_boxes.php
index 62c03efe3fe251e513c2754ccf5a7d89e0a62ced..ebac5a3f13365c8bc7be9e6a93a87618ad0600e8 100644
(file)
--- a/
gforge/www/include/features_boxes.php
+++ b/
gforge/www/include/features_boxes.php
@@
-75,7
+75,7
@@
function show_top_downloads() {
$return .= '<tr>';
$return .= '<td class="width-stat-col1">' . $t_downloads . '</td>';
$return .= '<td>' . $t_prj_link . '</td>';
- $return .= '</tr>
\n
';
+ $return .= '</tr>';
}
}
if ( $return != "" ) {