update author hyphen

This commit is contained in:
earthjasonlin committed 2023-11-25 15:44:52 +08:00
1 parent 40450e0a20
commit ae06cd95b7
1 file changed
+1 -1
+1 -1
View File
@@ -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
} }