fuck semicolons

master
BodgeMaster 2021-09-07 07:54:50 +02:00
parent c06300a1fb
commit 6d4222c06b
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ foreach($statement->fetchAll() as $ROW) {
// if this is a reply, build reference
$reply_to = $ROW['reply_to'];
if ($reply_to > -1) {
$reply_reference = "<p class=\"post_reply\" >This is a reply to <a href=./?id=$_GET['id']#$reply_to >this</a> message.</p>"
$reply_reference = "<p class=\"post_reply\" >This is a reply to <a href=./?id=$_GET['id']#$reply_to >this</a> message.</p>";
} else {
$reply_reference = ""
$reply_reference = "";
}
echo "<section id=\"$post_id\" >