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:
37f7843
)
Fixed link to project home page from summary
author
Roland Mas
<lolando@debian.org>
Wed, 10 Feb 2010 16:50:48 +0000
(16:50 +0000)
committer
Roland Mas
<lolando@debian.org>
Wed, 10 Feb 2010 16:50:48 +0000
(16:50 +0000)
gforge/www/include/project_home.php
patch
|
blob
|
history
diff --git
a/gforge/www/include/project_home.php
b/gforge/www/include/project_home.php
index 4808a81e8c62fe9dace514c10b9ad4ac4f56fba7..d80c2ccffcaf234c67ed993ab3212573274a3f6e 100644
(file)
--- a/
gforge/www/include/project_home.php
+++ b/
gforge/www/include/project_home.php
@@
-301,7
+301,7
@@
echo $HTML->boxTop(_('Public Areas'), 'Public_Areas');
// ################# Homepage Link
echo '<div class="public-area-box">';
-echo util_make_link ('http://' . $project->getHomePage(), $HTML->getHomePic(_('Home Page')) . ' ' . _('Project Home Page'));
+echo util_make_link ('http://' . $project->getHomePage(), $HTML->getHomePic(_('Home Page')) . ' ' . _('Project Home Page')
, false, true
);
echo '</div>
';