Skip to content

Commit 4ce3037

Browse files
committed
Bug 1181044 - linkification isn't applied to the user-story field
1 parent 143f988 commit 4ce3037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@
977977
[% END %]
978978
</div>
979979
[% END %]
980-
<pre id="user-story">[% bug.cf_user_story FILTER html %]</pre>
980+
<pre id="user-story">[% bug.cf_user_story FILTER quoteUrls(bug) %]</pre>
981981
[% IF user.id %]
982982
<textarea id="cf_user_story" name="cf_user_story" style="display:none" rows="10" cols="80">
983983
[%~ bug.cf_user_story FILTER html ~%]

0 commit comments

Comments
 (0)