From 03b95c9a091920d0796f7835afc762d09971ab32 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 26 Mar 2012 16:56:44 -0700 Subject: translate br with extra elements --- library/mcefixes/plugins.bbcode.editor_plugin_src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/mcefixes/plugins.bbcode.editor_plugin_src.js') diff --git a/library/mcefixes/plugins.bbcode.editor_plugin_src.js b/library/mcefixes/plugins.bbcode.editor_plugin_src.js index 183f2bc68..a2829a21c 100755 --- a/library/mcefixes/plugins.bbcode.editor_plugin_src.js +++ b/library/mcefixes/plugins.bbcode.editor_plugin_src.js @@ -150,7 +150,7 @@ rep(/]*>/gi,"[quote]"); rep(/<\/blockquote>/gi,"[/quote]"); rep(/
/gi,"[hr]"); - rep(/
/gi,"\n\n"); + rep(/
/gi,"\n\n"); rep(//gi,"\n\n"); rep(/
/gi,"\n"); rep(/

/gi,""); -- cgit v1.2.3