post editing bug

This commit is contained in:
Michael Save 2012-02-17 01:36:28 +11:00
parent 12a2ccece8
commit 6ab9e4143c

View File

@ -2170,6 +2170,9 @@
exit;
}
if($config['minify_html'])
$post['body_nomarkup'] = str_replace("\n", '
', $post['body_nomarkup']);
$body = '<form name="post" action="" method="post">' .
'<table>' .
'<tr>' .