Skip to content

Commit

Permalink
Unify double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
solstice23 authored Apr 30, 2022
1 parent db9cffe commit 8a8828e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions msgboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
font-size: 0px;
}
.comments-area .comments-title:after {
content: '<?php _e("留言板", 'argon'); ?>';
content: '<?php _e("留言板", "argon"); ?>';
font-size: 20px;
}
.comments-area .comments-title i {
Expand All @@ -50,12 +50,12 @@
font-size: 0px;
}
.post-comment-title:after {
content: '<?php _e("发送留言", 'argon'); ?>';
content: '<?php _e("发送留言", "argon"); ?>';
font-size: 20px;
}
.post-comment-title i {
font-size: 20px;
margin-right: 10px;
}
</style>
<?php get_footer(); ?>
<?php get_footer(); ?>

0 comments on commit 8a8828e

Please sign in to comment.