From 594ba3c4c945557182ac946d6c293cb388620dfe Mon Sep 17 00:00:00 2001 From: jaquer Date: Wed, 26 Jan 2022 16:16:55 -0800 Subject: Call nl2br() when showing post content to maintain line breaks. --- single.inc.php | 2 +- timeline.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/single.inc.php b/single.inc.php index 7ef7251..623e121 100644 --- a/single.inc.php +++ b/single.inc.php @@ -26,7 +26,7 @@ $formatted_time = strftime('%b %d %Y %H:%M', $post['post_timestamp']); ?> -

+

No post with this ID.

diff --git a/timeline.inc.php b/timeline.inc.php index 13a4d54..f560d24 100644 --- a/timeline.inc.php +++ b/timeline.inc.php @@ -42,7 +42,7 @@ $formatted_time = strftime('%b %d %Y %H:%M', $post['post_timestamp']); ?> -

+

-- cgit v1.2.3