Active
Project:
jEditable inline content editing
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 10:38 UTC
Updated:
6 May 2011 at 03:22 UTC
to reproduce
a teaser contains
< p >test< / p >
edit save
you get back
< p > test < / p >
printed and not interpreted
which means underliying code is
<p>test</p>
Comments
Comment #1
khalor commentedSame issue here.
In addition where the input format normally handles things like line breaks and links, and the 'Default' display format shows them correctly, jEditable textarea does not.
And if you have any special characters in your text jEditable replaces them with unicode on both the input field and the save - so if you inline edit something with an ampesand several times you get something like this:
&amp;amp;amp;amp;