no '
parent
c7408301a1
commit
3b257dd416
|
@ -21,7 +21,7 @@ if (!$error) {
|
||||||
echo "<article>";
|
echo "<article>";
|
||||||
echo "<header>";
|
echo "<header>";
|
||||||
echo "<div>";
|
echo "<div>";
|
||||||
echo "<p class='beige'>$user['name'] <time datetime='$ROW[post_time]'>$ROW[post_time]</time></p>";
|
echo "<p class='beige'>$user[name] <time datetime='$ROW[post_time]'>$ROW[post_time]</time></p>";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
echo "</header>";
|
echo "</header>";
|
||||||
echo "<div class='postcontent'>";
|
echo "<div class='postcontent'>";
|
||||||
|
|
Loading…
Reference in New Issue