// small fix
This commit is contained in:
committed by
Damien Metzger
parent
7744068783
commit
17aed56146
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user