From 8ac139f6a23da24be41e4295ee356bfc7d7822a3 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 17 Feb 2012 01:37:22 +1100 Subject: [PATCH] post editing bug --- mod.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod.php b/mod.php index fe2ad589..095c3c83 100644 --- a/mod.php +++ b/mod.php @@ -2170,6 +2170,8 @@ exit; } + $post['body_nomarkup'] = utf8tohtml($post['body_nomarkup']); + if($config['minify_html']) $post['body_nomarkup'] = str_replace("\n", ' ', $post['body_nomarkup']); @@ -2190,7 +2192,7 @@ 'Body' . '' . '' . '' . '' .