Skip to content

Commit 8495eff

Browse files
LightLight
authored andcommitted
fix: 修正主页上的某些元素语法错误
1 parent af21e75 commit 8495eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class="fa fa-heart xiaotubiao"
105105
<?php endif; ?>
106106
</span>
107107
<div class="xe-comment">
108-
<span href="javascript:void(0);" class="xe-user-name overflowClip_1">
108+
<span class="xe-user-name overflowClip_1">
109109
<strong><?php $posts->title(); ?></strong>
110110
</span>
111111
<p class="overflowClip_2"><?php echo $posts->fields->text; ?></p>

0 commit comments

Comments
 (0)