mirror of
https://github.com/typecho/typecho.git
synced 2025-03-14 15:09:41 +01:00
修复最近回复链接
用户链接把评论链接覆盖掉了导致并不能点击前往回复的链接地址
This commit is contained in:
parent
32c2f8217d
commit
4df129b01c
@ -73,7 +73,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<?php while($comments->next()): ?>
|
||||
<li>
|
||||
<span><?php $comments->date('n.j'); ?></span>
|
||||
<a href="<?php $comments->permalink(); ?>" class="title"><?php $comments->author(true); ?></a>:
|
||||
<a href="<?php $comments->permalink(); ?>" class="title"><?php $comments->author(false); ?></a>:
|
||||
<?php $comments->excerpt(35, '...'); ?>
|
||||
</li>
|
||||
<?php endwhile; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user