Tagged output with 'nowiki' to prevent further processing.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 6 Oct 2013 19:21:41 +0000 (19:21 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 6 Oct 2013 19:21:41 +0000 (19:21 +0000)
git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/mediawiki_extensions/wrmap/trunk@1645 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wrmap.body.php

index fd17f847b53b493027b37bc6bd1c9c7eecccc92e..278333f9816ce4ac6d34df1709864821b311867c 100644 (file)
@@ -185,7 +185,7 @@ class WrBaseMap {
                $output .= htmlspecialchars($json_string, ENT_NOQUOTES);
                $output .= "</div>\n";
                
-               return $output;
+               return array($output, 'markerType' => 'nowiki');
        }
 }