git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/extensions/wrmap@356
7aebc617-e5e2-0310-91dc-
80fb5f6d2477
// Create <div/> element where the map is placed in
$mapName = 'wrgmap' . $this->mapsCount;
- $output .= '<div id="' . $mapName . '" style="width: 100%; height: 450px; border-style:solid; border-width:medium; border-color:blue;"></div>';
+ $output .= '<div id="' . $mapName . '" style="width: 100%; height: 450px; border-style:none;"></div>';
// Return output
$output .= '<script type="text/javascript">' . "\n//<![CDATA[\n";