Closed (fixed)
Project:
Textile
Version:
5.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 May 2009 at 12:18 UTC
Updated:
22 Jul 2010 at 01:20 UTC
Jump to comment: Most recent
Hello,
Don;t know if this is really Textile's problem but when I create a page node using Textile as active filter it seems to work fine.
When Itry to edit the page, though, the body textarea comes up NOT with the original textile text, put as the expanded html tags.
I looked in the source code of the page (during editing of the node) and, indeed, the contents of the tag contains:
<label for="edit-body">Body: </label>
<textarea cols="60" rows="20" name="body" id="edit-body" class="form-textarea resizable"><table>
<tr>
<td style="text-align:center;">
<a href="/en/products/workstation"><img src="img/mon-workstation.png" alt="" /></a>
</td>
<td>
....
....
....
What's wrong...? I have no idea where to look for a potential fix.
Comments
Comment #1
stratosgear commentedComment #2
Anonymous (not verified) commentedIt is not caused by Textile, but from some filter that filters out the allowed HTML tags, and escape them.
Comment #3
Anonymous (not verified) commented