We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f861882 commit 93e38eeCopy full SHA for 93e38ee
1 file changed
ietf/community/display.py
@@ -74,7 +74,7 @@ def get_value(self, document, raw=False):
74
tags = '[%s]' % ",".join(tags)
75
else:
76
tags = ''
77
- return '%s%s' % (state, tags)
+ return '%s<br/>%s' % (state, tags)
78
79
class WGField(DisplayField):
80
codename = 'wg_rg'
0 commit comments