Skip to content

Commit

Permalink
Merge pull request #1 from wolone/patch-1
Browse files Browse the repository at this point in the history
修复取消回复CSS样式
  • Loading branch information
BigCoke233 authored Mar 7, 2020
2 parents b34a865 + 34c4c5b commit 4e8fce8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@

<div id="respond" class="comment-respond">
<?php if($this->allow('comment')): ?>
<span class="cancel-comment-reply">
<?php $comments->cancelReply(); ?>
</span>
<h3 id="reply-title" class="comment-reply-title">发表评论</h3>
<h3 id="reply-title" class="comment-reply-title">发表评论<small><?php $comments->cancelReply(); ?></small></h3>
<form method="post" action="<?php $this->commentUrl() ?>" id="commentform" role="form">
<!-- 如果当前用户已经登录 -->
<?php if($this->user->hasLogin()): ?>
Expand Down Expand Up @@ -93,4 +90,4 @@
<?php endif; ?>
</div>
</div>
</section>
</section>

0 comments on commit 4e8fce8

Please sign in to comment.