Closed (fixed)
Project:
Quotes
Version:
5.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Apr 2008 at 22:47 UTC
Updated:
14 May 2008 at 00:12 UTC
Hi,
in my installation, the "Quotes" module appears not to honor input formats properly.
Example: Inputting
Quote: „Zensur ist Mord an der bürgerlichen Meinungs- und Informationsfreiheit.“
Author: Ludwig Feuerbach
mutates when displaying the node to
<p>„Zensur ist Mord an der bürgerlichen Meinungs- und Informationsfreiheit.“</p>
— Ludwig Feuerbach
I'm not sure where these HTML tags come from, they appear if I'm using a contributed input format like MediaWiki (PEAR WIki Filter module), but they also appear when using the built-in "Filtered HTML".
Greetingsd- asb
Comments
Comment #1
nancydruAnd I assume you don't want the <p> markup? That is pretty normal in Drupal. I'll have to look and see if there's some way not to do that.
I think it may have something to do with the "Line break converter" option in the input format. You might try a new input format that doesn't use that option and see if it still happens.
Comment #2
asb commentedHi,
that behaviour of the Quotes module is pretty new; in the prior releases, with the same input filter chain, it didn't display the paragraph tags.
Sample filter chain (PEAR Wiki Filter/MediaWiki style input format):
* Footnotes (-9)
* Amazon (-7)
* Code (- 6)
* PEAR Wiki (0)
* Tablemanager (2)
* Line break converter (10)
Filtered HTML input:
* Footnotes (-8)
* Code (-2)
* Line break converter (8)
I can't move the line break converter up since it breaks the other node types.
Greetings, -asb
Comment #3
nancydruI believe you. Since I also maintain the Glossary module, which implements filter code, I have a tendency to use check_markup frequently and have probably added it to this module. I may need to go in and force the proper input format to be used.
Comment #4
pobster commentedIf this is because you're using a rich text editor (fckeditor, tinymce) I posted something in the issue queue about getting them to play along nicely together only fairly recently. I know you didn't specifically mention that you're using one, only this is exactly the same issue I was having so the solution is more or less the same.
Pobster
Comment #5
asb commented> If this is because you're using a rich text editor (fckeditor, tinymce) (...)
No, I'm using MediaWiki formatting (PEAR Wiki filter) as the default input filter. However, the parenthesis tags do appear also with default input formats. NancyDru is probably right that this is inserted by the "Line break converter" filter and should be handled differenty (as in prior versions).
Greetings, -asb
Comment #6
nancydruCommitted to -dev version on both branches.
Comment #7
asb commentedHi NancyDru,
thank you, -dev is working fine again!
Greetings, -asb
Comment #8
nancydruGreat. Thanks for letting me know.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.