]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1181044 - linkification isn't applied to the user-story field
authorByron Jones <glob@mozilla.com>
Thu, 8 Oct 2015 07:09:59 +0000 (15:09 +0800)
committerByron Jones <glob@mozilla.com>
Thu, 8 Oct 2015 07:09:59 +0000 (15:09 +0800)
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl

index f3878b9c4ad1106aeb7edec2f6a6b4177f3c1867..5d148a7dde001eeb7c197ce4c30cd7190765c7cb 100644 (file)
         [% 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 ~%]