http://www.mediawiki.org/wiki/Special:Code/MediaWiki/69032

Revision: 69032
Author:   jeroendedauw
Date:     2010-07-04 23:04:43 +0000 (Sun, 04 Jul 2010)

Log Message:
-----------
Changes for 0.6.4 - Fixed OL style inclusion issue

Modified Paths:
--------------
    trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayers.php

Modified: trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayers.php
===================================================================
--- trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayers.php       
2010-07-04 23:01:28 UTC (rev 69031)
+++ trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayers.php       
2010-07-04 23:04:43 UTC (rev 69032)
@@ -72,7 +72,7 @@
                global $egMapsStyleVersion, $egMapsJsExt, $egMapsScriptPath;
                
                return array(
-                       Html::linkedScript( 
"$egMapsScriptPath/Services/OpenLayers/OpenLayers/theme/default/style.css" ),
+                       Html::linkedStyle( 
"$egMapsScriptPath/Services/OpenLayers/OpenLayers/theme/default/style.css" ),
                        Html::linkedScript( 
"$egMapsScriptPath/Services/OpenLayers/OpenLayers/OpenLayers.js?$egMapsStyleVersion"
 ),
                        Html::linkedScript( 
"$egMapsScriptPath/Services/OpenLayers/OpenLayerFunctions{$egMapsJsExt}?$egMapsStyleVersion"
 ),
                        Html::inlineScript( 'initOLSettings(200, 100);' )



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to