aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-07-28 23:52:47 +0200
committerChristian Ruppert <idl0r@gentoo.org>2012-07-28 23:52:47 +0200
commit084b8336135f7d3ee3ac96db19ffb2e09224ae9b (patch)
treec36c4e3bb8c473899292dd098951a9ced45ae4e7 /extensions/InlineHistory/template
parentMerge branch 'upstream' (diff)
downloadbugzilla-084b8336135f7d3ee3ac96db19ffb2e09224ae9b.tar.gz
bugzilla-084b8336135f7d3ee3ac96db19ffb2e09224ae9b.tar.bz2
bugzilla-084b8336135f7d3ee3ac96db19ffb2e09224ae9b.zip
Update InlineHistory
Diffstat (limited to 'extensions/InlineHistory/template')
-rw-r--r--extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl
index 384f438ce..b8a01aa75 100644
--- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl
+++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl
@@ -135,8 +135,11 @@
UNLESS is_safe_url(value) %]>
[%~%][% value FILTER html FILTER js %]</a>
[% ELSIF change.fieldname == 'see_also' %]
- [%~%]<a href="[% value FILTER html FILTER js %]" target="_blank">
- [%~%][% value FILTER html FILTER js %]</a>
+ [% FOREACH see_also = value.split(', ') %]
+ [%~%]<a href="[% see_also FILTER html FILTER js %]" target="_blank">
+ [%~%][% see_also FILTER html FILTER js %]</a>
+ [%- ", " IF NOT loop.last %]
+ [% END %]
[% ELSIF change.fieldname == 'assigned_to' ||
change.fieldname == 'reporter' ||
change.fieldname == 'qa_contact' ||