includes/clientside/tinymce/plugins/bbcode/editor_plugin_src.js
changeset 543 dffcbfbc4e59
parent 395 fa4c5ecb7c9a
--- a/includes/clientside/tinymce/plugins/bbcode/editor_plugin_src.js	Mon May 05 20:06:37 2008 -0400
+++ b/includes/clientside/tinymce/plugins/bbcode/editor_plugin_src.js	Mon May 05 20:08:44 2008 -0400
@@ -69,6 +69,8 @@
 			rep(/<\/u>/gi,"[/u]");
 			rep(/<span style=\"text-decoration: ?underline;\">(.*?)<\/span>/gi,"[u]$1[/u]");
 			rep(/<u>/gi,"[u]");
+			rep(/<blockquote[^>]*>/gi,"[quote]");
+			rep(/<\/blockquote>/gi,"[/quote]");
 			rep(/<br \/>/gi,"\n");
 			rep(/<br\/>/gi,"\n");
 			rep(/<br>/gi,"\n");