diff options
author | Byron Jones <glob@mozilla.com> | 2015-10-08 09:09:59 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-10-08 09:09:59 +0200 |
commit | 4ce3037df61ddee7eb20e744853d0b3e3990dcac (patch) | |
tree | 16a0745916c769c413456e8495bc1bb0e58f49ec /extensions | |
parent | 143f988ea76f034900874327e57e0264adfda28f (diff) | |
download | bugzilla-4ce3037df61ddee7eb20e744853d0b3e3990dcac.tar.gz bugzilla-4ce3037df61ddee7eb20e744853d0b3e3990dcac.tar.xz |
Bug 1181044 - linkification isn't applied to the user-story field
Diffstat (limited to 'extensions')
-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 f3878b9c4..5d148a7dd 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -977,7 +977,7 @@ [% END %] </div> [% END %] - <pre id="user-story">[% bug.cf_user_story FILTER html %]</pre> + <pre id="user-story">[% bug.cf_user_story FILTER quoteUrls(bug) %]</pre> [% IF user.id %] <textarea id="cf_user_story" name="cf_user_story" style="display:none" rows="10" cols="80"> [%~ bug.cf_user_story FILTER html ~%] |