fuck semicolons

master
BodgeMaster 2021-09-07 10:41:44 +02:00
parent 205fcdea42
commit 2c09a27135
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ foreach($statement->fetchAll() as $ROW) {
if ($login) { if ($login) {
$reply_button = "<a href=\"./?id=" . $_GET['id'] . "&action=post&reply_to=$post_id&end\" class=\"post_reply\"><button class=\"post_reply\">Reply</button></a>"; $reply_button = "<a href=\"./?id=" . $_GET['id'] . "&action=post&reply_to=$post_id&end\" class=\"post_reply\"><button class=\"post_reply\">Reply</button></a>";
} else { } else {
$reply_button = "" $reply_button = "";
} }
echo "<section id=\"$post_id\" > echo "<section id=\"$post_id\" >