Hi,
I'm trying to implement Google Code WikiSyntax using customfilter.
I'm stuck at tables.
Even if I specify a CSS class to <table> or <td>, it gets escaped and visible as code instead of getting rendered.
How to do I put in a style or css class to work with this ?
On Sun, 2010-02-28 at 17:21 +0530, Nilesh Govindarajan wrote:
Hi,
I'm trying to implement Google Code WikiSyntax using customfilter.
I'm stuck at tables.
Even if I specify a CSS class to <table> or <td>, it gets escaped and visible as code instead of getting rendered.
How to do I put in a style or css class to work with this ?
-- Nilesh Govindarajan Site & Server Administrator www.itech7.com
I think that you have the html filter and/or html corrector enabled, and they are run after your own filter.
Put your filter *after* those two to avoid them to modify your own generated html code.
Pierre.
On Sun, Feb 28, 2010 at 6:02 PM, Pierre Rineau < pierre.rineau@makina-corpus.com> wrote:
On Sun, 2010-02-28 at 17:21 +0530, Nilesh Govindarajan wrote:
Hi,
I'm trying to implement Google Code WikiSyntax using customfilter.
I'm stuck at tables.
Even if I specify a CSS class to <table> or <td>, it gets escaped and visible as code instead of getting rendered.
How to do I put in a style or css class to work with this ?
-- Nilesh Govindarajan Site & Server Administrator www.itech7.com
I think that you have the html filter and/or html corrector enabled, and they are run after your own filter.
Put your filter *after* those two to avoid them to modify your own generated html code.
Pierre.
-- [ Drupal support list | http://lists.drupal.org/ ]
I already tried to find that bug. Even disabled all other filters. Didn't work.