„threadr/board/board.php“ ändern

master
Jakob 2020-03-08 15:55:19 +01:00
parent 210a41dcd8
commit 465cf08da2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if (!$error) {
$error_message = "Error: SQL error.\n" . $statement->queryString . "\n" . $statement->errorInfo()[2];
}
echo "<section>";
echo "<h1>$ROW[id]</h1>";
echo "<h1>$ROW[title]</h1>";
echo "<article>";
echo "<header>";
echo "<div>";