[Fusionforge-commits] r13268 - branches/Branch_5_1/src/www/include

Thorsten Glaser mirabilos at fusionforge.org
Fri May 13 16:37:39 CEST 2011


Author: mirabilos
Date: 2011-05-13 16:37:38 +0200 (Fri, 13 May 2011)
New Revision: 13268

Modified:
   branches/Branch_5_1/src/www/include/Layout.class.php
Log:
fix ForgePlucker header for 5.1

XXX a better fix is in taramir/debpkg-versioning probably for trunk


Modified: branches/Branch_5_1/src/www/include/Layout.class.php
===================================================================
--- branches/Branch_5_1/src/www/include/Layout.class.php	2011-05-13 13:32:26 UTC (rev 13267)
+++ branches/Branch_5_1/src/www/include/Layout.class.php	2011-05-13 14:37:38 UTC (rev 13268)
@@ -342,9 +342,8 @@
 		 * cf. http://home.gna.org/forgeplucker/forge-identification.html
 		 */
 		$ff = new FusionForge();
-		return sprintf('<meta name="Forge-Identification" content="%s:%s" />', 
-				$ff->software_name,
-				$ff->software_version) . "\n";
+		printf('<meta name="Forge-Identification" content="%s:%s" />\n',
+		    $ff->software_name, $ff->software_version);
 	}
 
 	function bodyHeader($params){




More information about the Fusionforge-commits mailing list