removed escaping of minimap url
This commit is contained in:
parent
9fc8c75ac5
commit
d1e5397146
@ -5,7 +5,7 @@
|
||||
***************************************************************************}
|
||||
{if $minimap_enabled}
|
||||
<div>
|
||||
<img class="img-minimap" style="margin:16px 20px 16px 16px; width: 220px; height: 220px; float: right;" src="{$minimap_url|escape}{foreach name=newcaches from=$newcaches item=cacheitem}|{$cacheitem.latitude},{$cacheitem.longitude}{/foreach}">
|
||||
<img class="img-minimap" style="margin:16px 20px 16px 16px; width: 220px; height: 220px; float: right;" src="{$minimap_url}{foreach name=newcaches from=$newcaches item=cacheitem}|{$cacheitem.latitude},{$cacheitem.longitude}{/foreach}">
|
||||
{/if}
|
||||
<ul class="nodot">
|
||||
{foreach name=newcaches from=$newcaches item=cacheitem}
|
||||
|
Loading…
x
Reference in New Issue
Block a user