[evolvis-commits] r8123: Fix typo↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:57:45 CET 2011


Author: mirabilos
Date: 2011-02-24 15:57:45 +0100 (Thu, 24 Feb 2011)
New Revision: 8123

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/osx/Theme.class
Log:
Fix typo


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/osx/Theme.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/osx/Theme.class	2011-02-24 14:57:43 UTC (rev 8122)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/osx/Theme.class	2011-02-24 14:57:45 UTC (rev 8123)
@@ -353,7 +353,7 @@
 	global $sys_show_source;
 	if ($sys_show_source) {
 		global $SCRIPT_NAME;
-		print '<a class=showsource href="/source.php?file=' . SCRIPT_NAME . '">Show Source</A>';
+		print '<a class=showsource href="/source.php?file=' . $SCRIPT_NAME . '">Show Source</A>';
 	}
 ?>
 



More information about the evolvis-commits mailing list