Quotes rendered for the list of quotes look different than the actual nodes, as can be seen in the attached screenshots.

Using the same input format (code filter) for different node types works. Heine from #drupal said "theme_quotes_quote passes the content through check_markup again", this seems to be the cause.

Comments

housetier’s picture

StatusFileSize
new91 KB

The other attachment was removed, therefore I "re-attach" it to this reply.

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Postponed (maintainer needs more info)

I wonder what he means by "check_markup again." I see it happening only once and filtering is necessary for "secure text."

housetier’s picture

Do you see the different output though?

nancydru’s picture

What I see is a conflict between filters that may not be fixable in this module. Check_markup invokes all applicable filters according to how you have your input format set up. Teaser formats sometimes end up not including the ending tags, therefore they can be messed up. Try sticking <!--break--> at the end and see what happens.

housetier’s picture

I don't see a difference. Here is one screenshot, the other one will follow immediately with the second one.

I double-checked to have <!--break--> at the end of the post.

housetier’s picture

here is the other screenshot

guess not. Anyway, the output is still the same regardless of <!--break-->

nancydru’s picture

Okay. Can you send me the exact text of your node, please.

housetier’s picture

The content of the node is here: http://nrrd.pastebin.com/f749f53f3 This is how I enter it into the form's textfield.

I use Code Filter as the only input format.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Postponed

Frankly, after testing, I have to think this is a Codefilter problem. I've opened an issue on that module. I won't do anything more until we get a response there.

nancydru’s picture

Status: Postponed » Closed (duplicate)