aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Mageia/template/en/default/hook/bug/comments-a_comment-end.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Mageia/template/en/default/hook/bug/comments-a_comment-end.html.tmpl')
-rw-r--r--extensions/Mageia/template/en/default/hook/bug/comments-a_comment-end.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/Mageia/template/en/default/hook/bug/comments-a_comment-end.html.tmpl b/extensions/Mageia/template/en/default/hook/bug/comments-a_comment-end.html.tmpl
index cbe11b4ca..668c3e8e9 100644
--- a/extensions/Mageia/template/en/default/hook/bug/comments-a_comment-end.html.tmpl
+++ b/extensions/Mageia/template/en/default/hook/bug/comments-a_comment-end.html.tmpl
@@ -67,6 +67,9 @@
change.fieldname == 'cc' ||
change.fieldname == 'flagtypes.name' %]
[% display_value(change.fieldname, value) FILTER email FILTER html %]
+ [% ELSIF change.fieldname == 'cf_cve' %]
+ [%# Split long lists of CVE's on multiple lines %]
+ [% display_value(change.fieldname, value.replace(',', ', ')) FILTER html FILTER html_line_break %]
[% ELSE %]
[% display_value(change.fieldname, value) FILTER html FILTER html_line_break %]
[% END %]