From 453a0cff3875ca1cb3587b1fa83ad5b0439faae3 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Sun, 22 May 2011 23:07:27 +0200 Subject: [PATCH] fix tiny_mce bbcode embed preview --- .../jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js b/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js index 997bc54f..db676cd9 100644 --- a/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js +++ b/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js @@ -65,7 +65,7 @@ }); return match; } - s = s.replace(/(.*?)<\/span>/gi, _h2b_cb); + s = s.replace(//gi, _h2b_cb); /* /oembed */ @@ -129,8 +129,7 @@ rep(/\[quote.*?\](.*?)\[\/quote\]/gi,"
$1
"); /* oembed */ - function _b2h_cb(match) { - url = match.replace(/\[\/*embed\]/gi, "") + function _b2h_cb(match, url) { url = bin2hex(url); function s_b2h(data) { match = data;