Posted by guttdude on September 24, 2007 at 12:11pm
| Project: | Liquid Wiki Engine Project |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Liquid Wiki Engine tries to display unfiltered HTML tag. The problem is that when using DruTeX to provide mathematic in Wiki node. When the DruTeX filter is above the Liquid Wiki filter and tag < tex >, < equation >, and etc are used, it produces HTML code which cannot be shown due to the Liquid Wiki filter.
If the sequence of the filters is swapped, the tags, such as < tex >, appear without filtering with DruTeX because < and > turn into & lt; and & gt;.