1
0

remove old @ for smarty internal modifiers and stringify and/or fix escape properties

This commit is contained in:
Ian
2015-01-14 12:52:20 +01:00
parent efed228527
commit 43676a0918
10 changed files with 44 additions and 44 deletions

View File

@ -204,7 +204,7 @@
<ul>
{foreach from=$file.references item="ref"}
<li>({$ref.name|escape}) <a rel="nofollow" href="{$ref.link|escape}">{$ref.link|@default:$CONST.NONE|escape}</a></li>
<li>({$ref.name|escape}) <a rel="nofollow" href="{$ref.link|escape}">{$ref.link|default:$CONST.NONE|escape}</a></li>
{/foreach}
</ul>
</section>