We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfaccf commit 5339ca0Copy full SHA for 5339ca0
templates/EdgarIndustries/ElementalMap/Block/MapBlock.ss
@@ -15,7 +15,7 @@
15
var map{$Up.ID}marker{$ID} = L.marker([{$Latitude}, {$Longitude}]).addTo(map{$Up.ID});
16
17
<% if $PopupContent %>
18
- map{$Up.ID}marker{$ID}.bindPopup('{$PopupContent}');
+ map{$Up.ID}marker{$ID}.bindPopup(`{$PopupContent}`);
19
<% end_if %>
20
<% end_loop %>
21
0 commit comments