forked from leftypol/leftypol
post editing bug
This commit is contained in:
parent
5eb0d7e8e2
commit
89ecd645d1
1 changed files with 3 additions and 0 deletions
3
mod.php
3
mod.php
|
@ -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>' .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue