X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Ftiny_mce%2Fplugins%2Fbbcode%2Feditor_plugin_src.js;h=4e7eb3377ff1fa4e01aae2f8f4b5a60bb4d9da0b;hb=b05f4eef4014db3885787ef15107cba93c932ac9;hp=1d7493e26d710b2a19602b1fb1108a547cb85911;hpb=7ce246db4a173b9c738e8e160f8d0030d4e82d78;p=citadel.git diff --git a/webcit/tiny_mce/plugins/bbcode/editor_plugin_src.js b/webcit/tiny_mce/plugins/bbcode/editor_plugin_src.js index 1d7493e26..4e7eb3377 100644 --- a/webcit/tiny_mce/plugins/bbcode/editor_plugin_src.js +++ b/webcit/tiny_mce/plugins/bbcode/editor_plugin_src.js @@ -1,8 +1,11 @@ /** - * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ + * editor_plugin_src.js * - * @author Moxiecode - * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. + * Copyright 2009, Moxiecode Systems AB + * Released under LGPL License. + * + * License: http://tinymce.moxiecode.com/license + * Contributing: http://tinymce.moxiecode.com/contributing */ (function() { @@ -76,7 +79,7 @@ rep(/
/gi,"\n"); rep(/

/gi,""); rep(/<\/p>/gi,"\n"); - rep(/ /gi," "); + rep(/ |\u00a0/gi," "); rep(/"/gi,"\""); rep(/</gi,"<"); rep(/>/gi,">");