diff --git a/themes/default/authentication.tpl b/themes/default/authentication.tpl index 2c3dac13a..03c3293d6 100644 --- a/themes/default/authentication.tpl +++ b/themes/default/authentication.tpl @@ -235,7 +235,7 @@ $(function(){ldelim} - {foreach from=$months key=k item=month} - {l s='$month'} + {l s=$month} {/foreach} @@ -410,7 +410,7 @@ $(function(){ldelim} - {foreach from=$months key=k item=month} - {$month} + {l s=$month} {/foreach} diff --git a/themes/default/identity.tpl b/themes/default/identity.tpl index 5b2e1493d..c5417a0d0 100644 --- a/themes/default/identity.tpl +++ b/themes/default/identity.tpl @@ -97,7 +97,7 @@ - {foreach from=$months key=k item=v} - {l s="$v"} + {l s=$v} {/foreach}