diff options
-rw-r--r-- | templates/single.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single.inc.php b/templates/single.inc.php index 29184d4..b858181 100644 --- a/templates/single.inc.php +++ b/templates/single.inc.php @@ -102,7 +102,7 @@ <?php endif; ?> </ul><?php endif; ?> </nav> - <p class="post-content"><?= nl2br(autolink($post['post_content'])) ?></p> + <div class="post-content"><?= nl2br(autolink($post['post_content'])) ?></div> <?php if($action == 'delete'): ?> <form action="" method="post" class="delete"> <input type="hidden" name="action" value="delete" /> |