Skip to content

Commit

Permalink
更新至1.4.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigZagK committed Mar 4, 2020
1 parent 0ed40dc commit d32c278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ function threadedComments($comment,$options){ ?>
</div>
<?php if ($this->options->commentpicture=='true') $this->need('php/QAQTAB.php'); ?>
<?php if (!$this->user->hasLogin() && array_key_exists('Mailer',$plugin['activated'])){ ?>
<span class="mdui-float-left" mdui-tooltip="{content:'接收邮件通知',position:'top'}">
<i class="mdui-icon material-icons mdui-text-color-theme-accent">&#xe7f7;</i>
<span class="mdui-float-left mdui-valign" mdui-tooltip="{content:'接收邮件通知',position:'top'}">
<i class="mdui-icon material-icons mdui-text-color-theme-accent mdui-m-r-1">&#xe7f7;</i>
<label class="mdui-switch"><input type="checkbox" name="receiveMail" value="yes" checked /><i class="mdui-switch-icon"></i></label>
</span>
<?php } ?>
Expand Down

0 comments on commit d32c278

Please sign in to comment.