From d72e2bf6337cfb556c2ab8e31477a1afa1ed6a6e Mon Sep 17 00:00:00 2001 From: hernani Date: Mon, 28 Jun 2010 17:39:56 +0000 Subject: [PATCH 1/1] Fixes unstyled p tag in the digest template. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@469 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/notifications/digest.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/forum/skins/default/templates/notifications/digest.html b/forum/skins/default/templates/notifications/digest.html index 99485e7..95ce064 100644 --- a/forum/skins/default/templates/notifications/digest.html +++ b/forum/skins/default/templates/notifications/digest.html @@ -14,9 +14,11 @@ {% subject %}{% blocktrans %}{{ prefix }} Daily digest{% endblocktrans %}{% endsubject %} {% htmlcontent notifications/base.html %} - {% blocktrans %} - This is a brief of what's going on the {{ app_name }} community since our last update. - {% endblocktrans %} +

+ {% blocktrans %} + This is a brief of what's going on the {{ app_name }} community since our last update. + {% endblocktrans %} +

{% if new_member_count %}

-- 2.39.5