Merge pull request #610 from liangliangyy/dev

修复部分bug
sh_branch
且听风吟 3 years ago committed by GitHub
commit 888c0cf1e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,9 +24,7 @@
<div>{{ comment_item.created_time }}</div>
<div>回复给:@{{ comment_item.author.parent_comment.username }}</div>
</div>
{% autoescape on %}
<p>{{ comment_item.body|custom_markdown }}</p>
{% endautoescape %}
<p>{{ comment_item.body|escape|custom_markdown }}</p>
<div class="reply"><a rel="nofollow" class="comment-reply-link"
href="javascript:void(0)"
onclick="do_reply({{ comment_item.pk }})"

@ -32,7 +32,7 @@
{% endif %}
</p>
<p>{{ comment_item.body|custom_markdown }}</p>
<p>{{ comment_item.body|escape|custom_markdown }}</p>
<div class="reply"><a rel="nofollow" class="comment-reply-link"
href="javascript:void(0)"

Loading…
Cancel
Save