Page 1 of 1

SOLVED: ListIt2 problem displaying

Posted: Wed Sep 18, 2013 4:06 pm
by twwitt
I'm using ListIt2, and have it mostly working, but I have a text area field called "Short Description" which includes a WYSIWYG Editor for my client to fill in a description of the resource.

However, everything that gets displayed in that field shows all of the html code rather than the properly displayed text. For example,
putting something in italics displays <em>text</em> and a hyperlink displays the <a href=> tags.

Is there something wrong in the template I'm using? Anyone have any ideas?

Re: ListIt2 problem displaying

Posted: Wed Sep 18, 2013 4:57 pm
by velden
Post the (part of the) template that shows that field on the website. Maybe you're using a modifier that explicitly makes it work that way.

Re: ListIt2 problem displaying

Posted: Wed Sep 18, 2013 5:33 pm
by Stikki
Simply don't use: |cms_escape with value your displaying in templates.

Re: ListIt2 problem displaying

Posted: Wed Sep 18, 2013 11:29 pm
by twwitt
Thanks. That did it. (I don't really know what
|cms_escape
is -- guess I should look that up! but anyway, it worked).