Do not escape link since tpl is escaped

This commit is contained in:
Julien Bourdeau
2016-08-02 12:01:28 +02:00
parent d8fc4b2486
commit 41ad5bf998
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<ul data-depth="{$depth}">
{foreach from=$nodes item=node}
<li class="{$node.type}{if $node.current} current{/if}">
<a href="{$node.url nofilter}" {if $node.open_in_new_window} target="_blank" {/if}>{$node.label}</a>
<a href="{$node.url}" {if $node.open_in_new_window} target="_blank" {/if}>{$node.label}</a>
<div>
{menu nodes=$node.children depth=$node.depth}
{if $node.image_urls|count}