﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10408	bbcode plugin: incorrect output for quote tag	charvaka		"Hello,

I am using CKEditor with a forum that uses BBCode. The plugin works great for the most part, but it produces incorrect output for quotes. 

When the plugin is given a quote tag like this:

{{{
[quote=""user""]
text
[/quote]
}}}

it displays the content of the quote as:

{{{
""user""
text
}}}

When I view source by clicking the source button, it shows:

{{{
[quote] ""user""
text
[/quote]
}}}

All replies saved on my forum go to the database with this incorrect quote format. Please help.

Thanks!"	Bug	closed	Normal		Core : Output Data	4.1.1	invalid		
