post editing bug
This commit is contained in:
parent
89ecd645d1
commit
8ac139f6a2
4
mod.php
4
mod.php
@ -2170,6 +2170,8 @@
|
||||
exit;
|
||||
}
|
||||
|
||||
$post['body_nomarkup'] = utf8tohtml($post['body_nomarkup']);
|
||||
|
||||
if($config['minify_html'])
|
||||
$post['body_nomarkup'] = str_replace("\n", '
', $post['body_nomarkup']);
|
||||
|
||||
@ -2190,7 +2192,7 @@
|
||||
'<th>Body</th>' .
|
||||
'<td>' .
|
||||
'<textarea name="body" rows="8" cols="38">' .
|
||||
utf8tohtml($post['body_nomarkup']) .
|
||||
. $post['body_nomarkup'] .
|
||||
'</textarea>' .
|
||||
'</td>' .
|
||||
'</tr>' .
|
||||
|
Loading…
Reference in New Issue
Block a user