Typo and charset fixes
[platal.git] / templates / geoloc / country.tpl
index 4aa9c2d..1201862 100644 (file)
 <country id="{$smarty.request.mapid}">\r
   <countries>\r
     {foreach from=$countries item="country"}\r
-    <country id="{$country.id}" name="{$country.name|utf8_encode}">\r
+    <country id="{$country.id}" name="{$country.name}">\r
       <file swf="{$country.swf}" scale="{$country.scale}" xclip="{$country.xclip}" yclip="{$country.yclip}">\r
         <color value="{$country.color}"/>\r
       </file>\r
       {if $country.nbPop > 0 or $country.id eq 0}\r
       <map x="{$country.x}" y="{$country.y}" height="{$country.height}" width="{$country.width}" ratio="{$country.rat}"/>\r
-      <icon x="{$country.xPop}" y="{$country.yPop}" nb="{$country.nbPop}" size="{$country.rad}" name="{$country.name|utf8_encode}" green="{if $country.nbPop}{$country.yellow/$country.nbPop}{else}0{/if}" blue="0" alpha="0.7"/>\r
+      <icon x="{$country.xPop}" y="{$country.yPop}" nb="{$country.nbPop}" size="{$country.rad}" name="{$country.name}" green="{if $country.nbPop}{$country.yellow/$country.nbPop}{else}0{/if}" blue="0" alpha="0.7"/>\r
       <moreinfos url="country?{$searchvars}mapid={$country.id}"/>\r
       {/if}\r
     </country>\r