| Freesword |
This has been a minor annoyance for some time. Any interest in a fix?
That particular white background seems to be from an unordered list [ * ] (spaces added so it shows up) that is not enclosed in [ list ] [ /list ] tags with a blank line after the last list item.
This
is
a
test This should have a white background.
- This
- is
- a
- test
This should have a normal quote background.
Having the next line immediately below the list with no line skipped or placing a [ /* ] after the last item also seems to keep normal quote background.
This
is
a
test
This should have a normal quote background.
This
is
a
test This should have a normal quote background.
I know the white is tied to a < p > (spaces added so it shows up) paragraph tag in the html occurring inside the <blockquote> tag, but this is the first instance I've been able to consistently reproduce. Oddly, I have also seen < p > paragraph tags inside the <blockquote> have no effect on the background color, so it must be a combination of the paragraph tag with some other factor.
I've been curious about the cause of that white background in quoted text for some time. I may be wrong, but I could swear I've seen it when the preceding text is not an unordered list. I'll have to see if I can find an example of that.
As a side note, looking at my examples above, I believe enclosing the unordered list [ * ] in [ list ][ /list ] tags will also fix the bullets' overwriting of avatars as it will indent the list farther. (I don't have an avatar so I can't test this theory.)