post editing bug

This commit is contained in:
Michael Save 2012-02-17 01:36:28 +11:00
parent 5eb0d7e8e2
commit 89ecd645d1

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>' .