diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-08-14 14:28:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 14:28:31 +0200 |
commit | ec87e5310ad038abe4b2b329897638d866bf549a (patch) | |
tree | 08a5486b897f5321a4aafd04f1afbec19ca597d9 /extensions/UserStory/template/en | |
parent | ea5beeacb185309572836cc60989f95ea4705f9d (diff) | |
download | bugzilla-ec87e5310ad038abe4b2b329897638d866bf549a.tar.gz bugzilla-ec87e5310ad038abe4b2b329897638d866bf549a.tar.xz |
Revert "Bug 1456878 - Support markdown comments"
This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc.
Diffstat (limited to 'extensions/UserStory/template/en')
-rw-r--r-- | extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl b/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl index cbc4fe951..e063ac942 100644 --- a/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl +++ b/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl @@ -43,9 +43,9 @@ [% IF bug.cf_user_story != "" %] <div id="user_story_readonly" class="bz_comment"> - <div id="user-story" class="bz_comment_text"> - [%- bug.cf_user_story FILTER renderComment(bug, undef) -%] - </div> + <pre id="user-story" class="bz_comment_text"> + [%- bug.cf_user_story FILTER quoteUrls(bug) -%] + </pre> </div> [% ELSE %] <br id="user_story_readonly"> |