We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143f988 commit 4ce3037Copy full SHA for 4ce3037
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -977,7 +977,7 @@
977
[% END %]
978
</div>
979
980
- <pre id="user-story">[% bug.cf_user_story FILTER html %]</pre>
+ <pre id="user-story">[% bug.cf_user_story FILTER quoteUrls(bug) %]</pre>
981
[% IF user.id %]
982
<textarea id="cf_user_story" name="cf_user_story" style="display:none" rows="10" cols="80">
983
[%~ bug.cf_user_story FILTER html ~%]
0 commit comments