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?
SOLVED: ListIt2 problem displaying
SOLVED: ListIt2 problem displaying
Last edited by twwitt on Wed Sep 18, 2013 11:29 pm, edited 1 time in total.
Re: ListIt2 problem displaying
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.
-
Stikki
Re: ListIt2 problem displaying
Simply don't use: |cms_escape with value your displaying in templates.
Re: ListIt2 problem displaying
Thanks. That did it. (I don't really know what
is -- guess I should look that up! but anyway, it worked).|cms_escape


