|
From: Jon O. <jon...@us...> - 2006-09-17 21:03:42
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/includes/js In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19144/modules/mx_simpledoc/simpledoc/includes/js Modified Files: management.js.php Log Message: further fixes Index: management.js.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/includes/js/management.js.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** management.js.php 17 Sep 2006 20:15:57 -0000 1.3 --- management.js.php 17 Sep 2006 21:03:37 -0000 1.4 *************** *** 286,290 **** //html = html.replace(/<\s*(\w[^>]*) style="([^"]*)"([^>]*)/gi, "") ; ! html = html.replace(/<\s*br[^>]*>/gi,""); html = html.trim(); --- 286,290 ---- //html = html.replace(/<\s*(\w[^>]*) style="([^"]*)"([^>]*)/gi, "") ; ! //html = html.replace(/<\s*br[^>]*>/gi,""); html = html.trim(); |