post editing bug
This commit is contained in:
parent
5eb0d7e8e2
commit
89ecd645d1
3
mod.php
3
mod.php
@ -2170,6 +2170,9 @@
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($config['minify_html'])
|
||||||
|
$post['body_nomarkup'] = str_replace("\n", '
', $post['body_nomarkup']);
|
||||||
|
|
||||||
$body = '<form name="post" action="" method="post">' .
|
$body = '<form name="post" action="" method="post">' .
|
||||||
'<table>' .
|
'<table>' .
|
||||||
'<tr>' .
|
'<tr>' .
|
||||||
|
Loading…
Reference in New Issue
Block a user