diff options
author | Byron Jones <glob@mozilla.com> | 2015-05-12 05:11:48 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-05-12 05:11:48 +0200 |
commit | 30a3090f33f221ef2c239cb2cb7a15cba385c183 (patch) | |
tree | 1ffc3364456214f951cbbe73f001c2ac28c0c4b1 | |
parent | 3afcaf37c3b679c68c6f0610bd861cb80722733d (diff) | |
download | bugzilla-30a3090f33f221ef2c239cb2cb7a15cba385c183.tar.gz bugzilla-30a3090f33f221ef2c239cb2cb7a15cba385c183.tar.xz |
Bug 1163896: summary should linkify bug numbers in modal view
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index d9f79a305..dd673537c 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -165,7 +165,7 @@ no_label = 1 hide_on_edit = 1 %] - <div id="field-value-short_desc">[% bug.short_desc FILTER html %]</div> + <div id="field-value-short_desc">[% bug.short_desc FILTER quoteUrls(bug) %]</div> [% END %] [%# alias %] |