[evolvis-commits] r14754: Damn it : eclipse ate my quotes ;-) ... fixed now↵

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 04:49:47 CET 2011


Author: mirabilos
Date: 2011-02-28 04:49:47 +0100 (Mon, 28 Feb 2011)
New Revision: 14754

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/include/user_home.php
Log:
Damn it : eclipse ate my quotes ;-) ... fixed now


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/include/user_home.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/include/user_home.php	2011-02-28 03:49:44 UTC (rev 14753)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/include/user_home.php	2011-02-28 03:49:47 UTC (rev 14754)
@@ -201,8 +201,8 @@
 		
 		print '<span rel="sioc:member_of">'."\n"
 			.'<div about="'. $usergroup_uri .'" typeof="sioc:UserGroup">'."\n"
-			.'<span rel="sioc:usergroup_of">."\n"
-			.<div about="'. $project_uri .'" typeof="sioc:Space">';
+			.'<span rel="sioc:usergroup_of">'."\n"
+			.'<div about="'. $project_uri .'" typeof="sioc:Space">';
 		//print '<div property="sioc:has_function" content= "'.$row_cat['role_name'].'" xmlns:sioc="http://rdfs.org/sioc/ns#">';
 		
 		print ('<br />' . $project_link .' ('.$row_cat['role_name'].')');



More information about the evolvis-commits mailing list