Browse Source

post editing bug

pull/40/head
Michael Save 12 years ago
parent
commit
89ecd645d1
  1. 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…
Cancel
Save