Cosmetic fix for extra whitespace appearing on addon and comments pages. See bug 346877.
git-svn-id: svn://10.0.0.236/trunk@206549 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -107,8 +107,8 @@ Works with:
|
||||
{$addon->Comments[comments].CommentName|strip_tags}
|
||||
{else}
|
||||
{$addon->Comments[comments].UserName|strip_tags}
|
||||
{/if}
|
||||
, {$addon->Comments[comments].CommentDate|date_format}</p>
|
||||
{/if},
|
||||
{$addon->Comments[comments].CommentDate|date_format}</p>
|
||||
<p class="opinions-text">{$addon->Comments[comments].CommentNote|strip_tags|nl2br}</p>
|
||||
<p class="opinions-helpful"><strong>{$addon->Comments[comments].helpful_yes}</strong> out of <strong>{$addon->Comments[comments].helpful_total}</strong> viewers found this comment helpful<br>
|
||||
Was this comment helpful? <a href="{$config.webpath}/ratecomment.php?aid={$addon->ID}&cid={$addon->Comments[comments].CommentID}&r=yes&app={$app}">Yes</a> | <a href="{$config.webpath}/ratecomment.php?aid={$addon->ID}&cid={$addon->Comments[comments].CommentID}&r=no&app={$app}">No</a></p>
|
||||
|
||||
@@ -60,8 +60,8 @@ Next Page »
|
||||
{$addon->Comments[comments].CommentName|strip_tags}
|
||||
{else}
|
||||
{$addon->Comments[comments].UserName|strip_tags}
|
||||
{/if}
|
||||
, {$addon->Comments[comments].CommentDate|date_format}</p>
|
||||
{/if},
|
||||
{$addon->Comments[comments].CommentDate|date_format}</p>
|
||||
<p class="opinions-text">{$addon->Comments[comments].CommentNote|strip_tags|nl2br}</p>
|
||||
<p class="opinions-helpful"><strong>{$addon->Comments[comments].helpful_yes}</strong> out of <strong>{$addon->Comments[comments].helpful_total}</strong> viewers found this comment helpful<br>
|
||||
Was this comment helpful? <a href="{$config.webpath}/ratecomment.php?aid={$addon->ID}&cid={$addon->Comments[comments].CommentID}&r=yes">Yes</a> | <a href="{$config.webpath}/ratecomment.php?aid={$addon->ID}&cid={$addon->Comments[comments].CommentID}&r=no">No</a></p>
|
||||
|
||||
Reference in New Issue
Block a user