# HG changeset patch # User Brian Neal # Date 1286143020 0 # Node ID d9e01b36b76103bd83290f711602ec8978828665 # Parent 21d2ca3b4bf7db548a20719a38c40962657454ad Put paragraph tags around forum time. diff -r 21d2ca3b4bf7 -r d9e01b36b761 gpp/forums/templatetags/forum_tags.py --- 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 '

The current time is %s. All times shown are %s.

' % ( curr_time.strftime(fmt), curr_time.strftime('%Z%z'))