r62842 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62841‎ | r62842 | r62843 >
Date:21:21, 22 February 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
<<<END -> <<<EOT
Modified paths:
  • /trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMapsQP.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMapsQP.php
@@ -82,7 +82,7 @@
8383 // Create a string containing the marker JS
8484 $markersString = implode(',', $markerItems);
8585
86 - $this->output .= <<<END
 86+ $this->output .= <<<EOT
8787 <div id="$this->mapName"></div>
8888 <script type="$wgJsMimeType"> /*<![CDATA[*/
8989 addOnloadHook(
@@ -102,8 +102,7 @@
103103 )
104104 );
105105 /*]]>*/ </script>
106 -
107 -END;
 106+EOT;
108107
109108 $this->output .= $onloadFunctions;
110109 }

Status & tagging log