Closed (fixed)
Project:
Texy!
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2007 at 11:57 UTC
Updated:
16 Mar 2007 at 07:45 UTC
Hi!
As far as I can say, blockquotes are not being identified by the module in Book pages. I tried several things including examples in the code and found on Texy site.
The text remains unaltered.
Comments
Comment #1
havran commentedHave you enabled Texy! input format? I tried this now in my site and blockquotes are generated correct. Simple test
here http://www.fem.uniag.sk/havran/texy-blockquote-working-book-page
Comment #2
rbl commentedEverything else like bolds, italics, etc is working fine (at least the ones I tested) except for blockquotes.
The text remains like that:
> test blockquote
> block
I have Texy! active only for Filtered HTML input format and its weight it's 10 (it's run after the other filters) which is the default setting for it.
Have you changed this or use Texy! in another input format?
Thanks =)
Ricardo
Comment #3
havran commentedI have Texy! as a single formater (no other). Maybe you need add blockquote into Allowed HTML tags in Filtered HTML filter configuration.
Allowed HTML tags:
If "Strip disallowed tags" is selected, optionally specify tags which should not be stripped. JavaScript event attributes are always stripped.
Comment #4
rbl commentedThe blockquote tag was already in the allowed html tags list.
Hummm... I might try your configuration but in the meanwhile try mine and see if blockquote works.
Comment #5
havran commentedIn your configuration generated html looks like:
You need move Texy! filter before HTML filter, because HTML filter convert < into > ...
Comment #6
rbl commentedBingo! It works now. Thanks for your help! =)
Ricardo
Comment #7
havran commentedComment #8
(not verified) commented