Skip to content

Commit

Permalink
更新至1.3.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigZagK committed Jan 22, 2020
1 parent e6e24f8 commit 882d4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<?php $this->widget('Widget_Comments_Recent','pageSize=5&ignoreAuthor=true')->to($comment); ?>
<?php while($comment->next()): ?>
<a href="<?php $comment->permalink(); ?>" class="mdui-list-item mdui-ripple" mdui-tooltip="{content: '<?php $comment->date(); ?>', position: 'right'}">
<div class="mdui-list-item-content mdui-text-truncate"><?php echo htmlspecialchars(substr($comment->text,0,50)); ?></div>
<div class="mdui-list-item-content mdui-text-truncate"><?php echo htmlspecialchars($comment->text); ?></div>
<div class="mdui-text-color-blue-900"><?php echo $comment->author; ?></div>
</a>
<?php endwhile; ?>
Expand Down

0 comments on commit 882d4aa

Please sign in to comment.