From 85b37a6057c949e401c59c7bd5295f9fc610c819 Mon Sep 17 00:00:00 2001
From: "mike.morgan%oregonstate.edu"
Date: Fri, 4 Aug 2006 07:59:08 +0000
Subject: [PATCH] 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
---
mozilla/webtools/addons/public/tpl/addon.tpl | 4 ++--
mozilla/webtools/addons/public/tpl/comments.tpl | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/mozilla/webtools/addons/public/tpl/addon.tpl b/mozilla/webtools/addons/public/tpl/addon.tpl
index 87ef35e9f0e..aa8a9598982 100644
--- a/mozilla/webtools/addons/public/tpl/addon.tpl
+++ b/mozilla/webtools/addons/public/tpl/addon.tpl
@@ -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}
+{/if},
+{$addon->Comments[comments].CommentDate|date_format}
{$addon->Comments[comments].CommentNote|strip_tags|nl2br}
{$addon->Comments[comments].helpful_yes} out of {$addon->Comments[comments].helpful_total} viewers found this comment helpful
Was this comment helpful? Yes | No
diff --git a/mozilla/webtools/addons/public/tpl/comments.tpl b/mozilla/webtools/addons/public/tpl/comments.tpl
index 09356d34877..7b49a60327f 100644
--- a/mozilla/webtools/addons/public/tpl/comments.tpl
+++ b/mozilla/webtools/addons/public/tpl/comments.tpl
@@ -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}
+{/if},
+{$addon->Comments[comments].CommentDate|date_format}
{$addon->Comments[comments].CommentNote|strip_tags|nl2br}
{$addon->Comments[comments].helpful_yes} out of {$addon->Comments[comments].helpful_total} viewers found this comment helpful
Was this comment helpful? Yes | No