Forum
ckeditor outputting html tags
When I create a list in ckeditor, it outputs this onto the page:
<li>All day £47.00</li>
<li>Morning: £25.00 (8am -1pm)</li>
<li>Afternoon: £25.00 (1pm-6pm)</li>
Any idea why? Thanks
When I create a list in ckeditor, it outputs this onto the page:
<li>All day £47.00</li>
<li>Morning: £25.00 (8am -1pm)</li>
<li>Afternoon: £25.00 (1pm-6pm)</li>
Any idea why? Thanks
Do you have
html="true"
correctly set on your template tag?Sorry - I shouldve known that. Fixed now, thanks!