Is there a way to change [s] from printing to so I get my site to pass XHTML Strict validation?
I don't really want to hack the module...is there another way? :)

Comments

NeoID’s picture

oh.. forgot to wrap the "code"...
I mean change the [s] to print <strike> rather then <s> in the actual output...

Edit: There's also another thing breaking validation:

"Line 453, Column 63: character data is not allowed here"
…s="bb-quote">Sitat:<blockquote class="bb-quote-body">Quote</blockquote></div><br />

It's saying that "Quote" is not allowed there... so I'm not sure if it maybe should have been wrapped in a paragraph for itself or so... At least it should be fixed so the validator is happy... :)