Changeset 1843 in ExiteCMS
- Timestamp:
- 10/09/08 15:25:47 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/download_statistics/php-files/modules/download_statistics/templates/modules.download_statistics.geomap.tpl
r1492 r1843 57 57 {/literal} 58 58 {section name=mark loop=$markers} 59 var marker = createMarker(new GLatLng({$markers[mark].lat}, {$markers[mark].lng}), '{$markers[mark].icon}', '{$markers[mark].cc}', '{$markers[mark].cn }', '{$markers[mark].count}');59 var marker = createMarker(new GLatLng({$markers[mark].lat}, {$markers[mark].lng}), '{$markers[mark].icon}', '{$markers[mark].cc}', '{$markers[mark].cn|escape:"html"}', '{$markers[mark].count}'); 60 60 {/section} 61 61 {literal} } else {
Note: See TracChangeset
for help on using the changeset viewer.
