// small fix

This commit is contained in:
Rémi Gaillard
2012-12-31 12:17:42 +01:00
parent 37f9d31c0a
commit 1edd663b11
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>