Some users on my site put their urls in quotes - i.e. [url="http://example.com"]foo[/url] - now it's fine to not support this, but what actually happens is it generates html like
foo which generates a load of 404s (and it confused the hell out of me seeing 404s for completely different urls on my site!). Would be lovely if either 1. the bbcode was escaped when this occurred or 2. the quotes were ignored.
Comments
Comment #1
catchack, apologies for the messed up code tags.
Comment #2
naudefj commentedI'm unable to reproduce your problem. On my side this tag is rendered as normal text: [url="http://example.com"]foo[/url].
I suspect you are using other filters in conjunction with BBCode that's causing the problem.
Comment #3
catchYes you're right, I'll try to track it down then!