Merge pull request #288 from enurit/patch-10
[Front Office] adding nofilter to $DESCRIPTION
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
<h3 class="name"><a href="{$URL}"><span itemprop="name">{$productTitle}</span></a></h3>
|
<h3 class="name"><a href="{$URL}"><span itemprop="name">{$productTitle}</span></a></h3>
|
||||||
{if $hasDescription}
|
{if $hasDescription}
|
||||||
<div class="description" itemprop="description">
|
<div class="description" itemprop="description">
|
||||||
<p>{$DESCRIPTION}</p>
|
<p>{$DESCRIPTION nofilter}</p>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user