Index: trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMapsQP.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | // Create a string containing the marker JS |
84 | 84 | $markersString = implode(',', $markerItems); |
85 | 85 | |
86 | | - $this->output .= <<<END |
| 86 | + $this->output .= <<<EOT |
87 | 87 | <div id="$this->mapName"></div> |
88 | 88 | <script type="$wgJsMimeType"> /*<![CDATA[*/ |
89 | 89 | addOnloadHook( |
— | — | @@ -102,8 +102,7 @@ |
103 | 103 | ) |
104 | 104 | ); |
105 | 105 | /*]]>*/ </script> |
106 | | - |
107 | | -END; |
| 106 | +EOT; |
108 | 107 | |
109 | 108 | $this->output .= $onloadFunctions; |
110 | 109 | } |