Span mismatch bug (most likely)

Post any bugs, problems or feature requests here.
Mercury
Mercury
Brend
Brend

Span mismatch bug (most likely)

Post Mercury » Mon Oct 26, 2015 6:11 pm
User avatar
Mercury
Storyteller
 
This is a reminder for me to fix this at some point in the near future(tm):

Monospace font on the span keeps running after closing of the hax tag. See as an example: viewtopic.php?p=27576#p27576

This is probably a mismatched span / span close.
Post Brend » Mon Oct 26, 2015 7:23 pm
User avatar
Brend
 
That's a "user bug".

You are opening with [hax][message], and closing them in the same order (i.e., /hax followed by /message), breaking the nesting.

I suggest enclosing a message with the message tag, and only inside doing new formatting. Ideally the forum would understand the difference between block elements and inline elements, but alas.
Post Mercury » Tue Oct 27, 2015 1:40 pm
User avatar
Mercury
Storyteller
 
That was it. Fixed.

Return to Technical