changeset 281:d9e01b36b761

Put paragraph tags around forum time.
author Brian Neal <bgneal@gmail.com>
date Sun, 03 Oct 2010 21:57:00 +0000
parents 21d2ca3b4bf7
children 39664e661c69
files gpp/forums/templatetags/forum_tags.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/forums/templatetags/forum_tags.py	Sun Oct 03 20:44:09 2010 +0000
+++ b/gpp/forums/templatetags/forum_tags.py	Sun Oct 03 21:57:00 2010 +0000
@@ -74,7 +74,7 @@
     else:
         fmt = TIME_FMT_12
 
-    return 'The current time is %s. All times shown are %s.' % (
+    return '<p>The current time is %s. All times shown are %s.</p>' % (
             curr_time.strftime(fmt), curr_time.strftime('%Z%z'))