// Small fix

This commit is contained in:
fSerny
2012-02-02 21:18:32 +00:00
parent 26fd59909e
commit 0d507eb9d1
@@ -37,7 +37,7 @@
var by = '{l s='by'}';
var errorLogin = '{l s='Could not login to Addons'}';
var confirmPreferencesSaved = '{l s='Preferences saved'}';
{if isset($smarty.get.anchor)}var anchor = '{$smarty.get.anchor|htmlentities|replace:'(':''|replace:')':''|replace:'{':''|replace:'}':''}';{else}var anchor = '';{/if}
{if isset($smarty.get.anchor)}var anchor = '{$smarty.get.anchor|htmlentities|replace:'(':''|replace:')':''|replace:'{':''|replace:'}':''|replace:'\'':''|replace:'/':''}';{else}var anchor = '';{/if}