After commit #32824 some quote tags break page layout. For an example, see http://kldp.org/node/58811#comment-245442 (It's a Korean site, so characters may not render well. Anyway you can see the raw quote tag and breaking layout). As you know Drupal doesn't care much for charset within user names, and whenever specifying quote tag's source with non-alphabetical characters the tag isn't processed by bbcode module (but closing tag [/quote] IS processed into </div>.), breaking page layout.
How about relaxing restriction in the quote tag matching rule (line #113 in bbcode-filter.inc), restoring the old one?
Comments
Comment #1
naudefj commentedGood idea.
PS: Can you maybe translate the module to Korean?
Comment #2
Anonymous (not verified) commentedAbout the translation... There is a localization project for Korean at http://drupal.kldp.org, and I'm looking for the way to do translation for Bbcode module.
Thanks :)
Comment #3
naudefj commentedFix committed - see http://drupal.org/cvs?commit=34812
PS: Please don't forget to do the Korean translation!
Comment #4
Anonymous (not verified) commented