[Fusionforge-commits] FusionForge branch Branch_5_3 updated. c576a51fd52e11eedc822c3f5bca3609a4ae1cf7

Franck Villaume nerville at fusionforge.org
Fri May 16 10:23:46 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  c576a51fd52e11eedc822c3f5bca3609a4ae1cf7 (commit)
      from  c7c0d12f0f72458ce960297bf4812d3c9b8d5294 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c576a51fd52e11eedc822c3f5bca3609a4ae1cf7
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri May 16 10:22:31 2014 +0200

    fix html syntax

diff --git a/src/www/admin/useredit.php b/src/www/admin/useredit.php
index 11dad12..5f49123 100644
--- a/src/www/admin/useredit.php
+++ b/src/www/admin/useredit.php
@@ -272,7 +272,7 @@ foreach ($projects as $p) {
 		<tr '.$GLOBALS['HTML']->boxGetAltRowStyle($i++).'>
 		<td>'.util_unconvert_htmlspecialchars(htmlspecialchars($p->getPublicName())).'</td>
 		<td>'.$p->getUnixName().'</td>
-		<td width="40%">'.util_make_link('/project/admin/?group_id='.$p->getID(),'['._('Project Admin')).']</td>
+		<td width="40%">'.util_make_link('/project/admin/?group_id='.$p->getID(),'['._('Project Admin').']').'</td>
 		</tr>
 	';
 	$userProjectsIdArray[] = $p->getID();
@@ -303,7 +303,7 @@ if ($fullListProjectsQueryResult) {
 				<td><input type="checkbox" name="group_id_add_member[]" value="'.$projectObject->getID().'">
 				<td>'.util_unconvert_htmlspecialchars(htmlspecialchars($projectObject->getPublicName())).'</td>
 				<td>'.$projectObject->getUnixName().'</td>
-				<td>'.util_make_link ('/project/admin/?group_id='.$projectObject->getID(),'['._('Project Admin')).']</td>
+				<td>'.util_make_link ('/project/admin/?group_id='.$projectObject->getID(),'['._('Project Admin').']').'</td>
 				<td>'.role_box($projectObject->getID(),'role_id-'.$projectObject->getID()).'</td>
 				</tr>
 			';

-----------------------------------------------------------------------

Summary of changes:
 src/www/admin/useredit.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list