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

catch’s picture

ack, apologies for the messed up code tags.

naudefj’s picture

Status: Active » Postponed (maintainer needs more info)

I'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.

catch’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Yes you're right, I'll try to track it down then!