Download & Extend

Escaped HTML tags appear in body textarea

Project:Textile
Version:5.x-2.1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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">&lt;table&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:center;&quot;&gt;
&lt;a href=&quot;/en/products/workstation&quot;&gt;&lt;img src=&quot;img/mon-workstation.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/td&gt;
&lt;td&gt;
....
....
....

What's wrong...? I have no idea where to look for a potential fix.

Comments

#1

Title:Expand html tags appear in body textarea» Expanded html tags appear in body textarea

#2

Status:active» fixed

It is not caused by Textile, but from some filter that filters out the allowed HTML tags, and escape them.

#3

Title:Expanded html tags appear in body textarea» Escaped HTML tags appear in body textarea

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.