[Comoblog-commit] comoblog/modules/mod_markup/include mod_markup.inc.php, 1.5, 1.6
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2008-02-19 03:38:54
|
Update of /cvsroot/comoblog/comoblog/modules/mod_markup/include In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13352 Modified Files: mod_markup.inc.php Log Message: Stop mod_markup from inserting horrible br tags into well formatted HTML Index: mod_markup.inc.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/modules/mod_markup/include/mod_markup.inc.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mod_markup.inc.php 9 Oct 2005 08:30:29 -0000 1.5 +++ mod_markup.inc.php 19 Feb 2008 03:38:50 -0000 1.6 @@ -86,7 +86,6 @@ else $post = process_images_local( $post ); - $post['post_mail_body'] = nl2br($post['post_mail_body']); $post['post_ctype'] = "text/html"; return $post; |