librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1438] Including the country name in the translation w


From: Toby Inkster
Subject: [Librefm-commits] [1438] Including the country name in the translation wasn' t working and just ended up showing Smarty code in the browser.
Date: Sat, 09 May 2009 15:07:23 +0000

Revision: 1438
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1438
Author:   tobyink
Date:     2009-05-09 15:07:22 +0000 (Sat, 09 May 2009)
Log Message:
-----------
Including the country name in the translation wasn't working and just ended up 
showing Smarty code in the browser.

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/location-country.tpl

Modified: trunk/nixtape/themes/librefm/templates/location-country.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/location-country.tpl 2009-05-09 
13:11:57 UTC (rev 1437)
+++ trunk/nixtape/themes/librefm/templates/location-country.tpl 2009-05-09 
15:07:22 UTC (rev 1438)
@@ -7,7 +7,7 @@
 <div class="group vcard">
        <dl>
                <dt>
-                       <span property="foaf:name">{t 
country="$country_info.country_name|escape:'html':'UTF-8'"}Users in 
%1{/t}</span>
+                       <span property="foaf:name">{t}Users in{/t} 
{$country_info.country_name|escape:'html':'UTF-8'}</span>
                        (<span class="nickname" 
property="foaf:nick">{$country_info.country|escape:'html':'UTF-8'}</span>)
                </dt>
                <dd>{if $country_info.wikipedia_en}<a class="url" 
rel="foaf:page" 
href="{$country_info.wikipedia_en|escape:'html':'UTF-8'}">{$country_info.wikipedia_en|escape:'html':'UTF-8'}</a>{/if}</dd>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]