r65641 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65640‎ | r65641 | r65642 >
Date:22:26, 28 April 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed bug in html for google maps v3 maps
Modified paths:
  • /trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php
@@ -55,8 +55,7 @@
5656 'div',
5757 array(
5858 'id' => $mapName,
59 - 'width' => $this->width,
60 - 'height' => $this->height
 59+ 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;"
6160 ),
6261 null
6362 );

Status & tagging log