diff --git a/ietf/idrfc/idrfc_wrapper.py b/ietf/idrfc/idrfc_wrapper.py index 62e3bf3da..bf04358e3 100644 --- a/ietf/idrfc/idrfc_wrapper.py +++ b/ietf/idrfc/idrfc_wrapper.py @@ -151,9 +151,10 @@ class IdWrapper: a = self.group_acronym() if a: - return "WG <%s>" % a + return "%s WG" % (a, a) return "" + submission.allow_tags = True def search_archive(self):