remove old @ for smarty internal modifiers and stringify and/or fix escape properties
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user