update author hyphen

This commit is contained in:
Zichao Lin 2023-11-25 15:44:52 +08:00
parent 40450e0a20
commit ae06cd95b7
Signed by: earthjasonlin
GPG Key ID: 406D9913DE2E42FB

@ -51,7 +51,7 @@ require("track.php");
if ($row["author"] != NULL) { if ($row["author"] != NULL) {
?> ?>
<div id="author" style="font-size: 1.5rem;"> <div id="author" style="font-size: 1.5rem;">
-<?php echo $row["author"] ?> <?php echo $row["author"] ?>
</div> </div>
<?php <?php
} }