Skip to content

Commit 93e38ee

Browse files
committed
Introduce a line break to clean up the state display for tracked drafts a bit.
- Legacy-Id: 4609
1 parent f861882 commit 93e38ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/community/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get_value(self, document, raw=False):
7474
tags = '[%s]' % ",".join(tags)
7575
else:
7676
tags = ''
77-
return '%s%s' % (state, tags)
77+
return '%s<br/>%s' % (state, tags)
7878

7979
class WGField(DisplayField):
8080
codename = 'wg_rg'

0 commit comments

Comments
 (0)