summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comment.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/comment.html.tmpl')
-rw-r--r--template/en/default/bug/comment.html.tmpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/bug/comment.html.tmpl b/template/en/default/bug/comment.html.tmpl
index 9b0deecc4..e3cd382fd 100644
--- a/template/en/default/bug/comment.html.tmpl
+++ b/template/en/default/bug/comment.html.tmpl
@@ -37,11 +37,6 @@
<div id="comment_preview" class="bz_default_hidden bz_comment">
<div id="comment_preview_loading" class="bz_default_hidden">Generating Preview...</div>
<div id="comment_preview_error" class="bz_default_hidden"></div>
- <div id="comment_preview_text" class="bz_comment_text"></div>
+ <pre id="comment_preview_text" class="bz_comment_text"></pre>
</div>
[% END %]
-
-<div id="comment-markdown-tip">
- <img src="extensions/BMO/web/images/notice.png" width="16" height="16">
- <a href="https://guides.github.com/features/mastering-markdown/" target="_blank">Markdown styling now supported</a>
-</div>