[evolvis-commits] r8059: One more missing close quote↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:56:14 CET 2011


Author: mirabilos
Date: 2011-02-24 15:56:14 +0100 (Thu, 24 Feb 2011)
New Revision: 8059

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/savannah/SavannahTheme.class
Log:
One more missing close quote


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/savannah/SavannahTheme.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/savannah/SavannahTheme.class	2011-02-24 14:56:12 UTC (rev 8058)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/savannah/SavannahTheme.class	2011-02-24 14:56:14 UTC (rev 8059)
@@ -143,7 +143,7 @@
 		} else {
 			$params['title'] = $sys_name.": " . $params['title'];
 		}
-		print '<?xml version="1.0" encoding="' . $Language->getEncoding() . '?>';
+		print '<?xml version="1.0" encoding="' . $Language->getEncoding() . '"?>';
 ?>
 
 <!DOCTYPE html



More information about the evolvis-commits mailing list