Closed (duplicate)
Project:
Quotes
Version:
6.x-1.1-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jun 2008 at 19:49 UTC
Updated:
22 Aug 2008 at 17:58 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2008-06-22-214536_1024x768_scrot.png | 91 KB | housetier |
| 2008-06-22-214545_1024x768_scrot.png | 99.34 KB | housetier |
Comments
Comment #1
housetier commentedThe other attachment was removed, therefore I "re-attach" it to this reply.
Comment #2
nancydruI wonder what he means by "check_markup again." I see it happening only once and filtering is necessary for "secure text."
Comment #3
housetier commentedDo you see the different output though?
Comment #4
nancydruWhat 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.Comment #5
housetier commentedI 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.Comment #6
housetier commentedhere is the other screenshotguess not. Anyway, the output is still the same regardless of
<!--break-->Comment #7
nancydruOkay. Can you send me the exact text of your node, please.
Comment #8
housetier commentedThe 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.
Comment #9
nancydruFrankly, 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.
Comment #10
nancydruI have gotten no response on #274323: Node rendering differently between teaser and full view.