diff --git a/ietf/community/display.py b/ietf/community/display.py index fe16eebf3..b6e9c4eb1 100644 --- a/ietf/community/display.py +++ b/ietf/community/display.py @@ -74,7 +74,7 @@ class StatusField(DisplayField): tags = '[%s]' % ",".join(tags) else: tags = '' - return '%s%s' % (state, tags) + return '%s
%s' % (state, tags) class WGField(DisplayField): codename = 'wg_rg'