If a user on our site includes a quote and does so near the top of their post, it causes serious problems in the teaser view. Drupal attempts to automatically insert a break in the middle of the quote content to create the teaser, and this causes the HTML to become completely broken.
What I've had to do as a workaround is write PHP code to search through teaser content for quotes, then add an extra "
" (closing DIV tag) where it occurs. It's the only way I can make the page display the content without completely scrambling the CSS layout.
Comments
Comment #1
sgdev commentedWhat was in quotes but didn't get displayed because it was HTML is
</div>.Comment #2
Zen commentedThis is a matter for core and not quote. There are HTML corrector filters out there which usually help in this regard.
-K