// small fix

This commit is contained in:
Rémi Gaillard
2012-12-31 13:52:28 +01:00
committed by Damien Metzger
parent 7744068783
commit 17aed56146
2 changed files with 45 additions and 20 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ var productcomments_url_rewrite = '{$productcomments_url_rewriting_activated}';
</div>
<div class="comment_details">
<h4 class="title_block">{$comment.title}</h4>
<h4>{$comment.content|escape:'html':'UTF-8'|nl2br}</h4>
<p>{$comment.content|escape:'html':'UTF-8'|nl2br}</p>
<ul>
{if $comment.total_advice > 0}
<li>{l s='%1$d out of %2$d people found this review useful.' sprintf=[$comment.total_useful,$comment.total_advice] mod='productcomments'}</li>