Forum OpenACS Q&A: view of data inserted as htmlArea

Collapse
Posted by Miguel Marin on
Hi, I wonder if anyone knows how to solve this problem: when I'm displaying data that was captured with htmlArea it looks like this:

{ message } text/html

and I need that just displays the message. Any help?

Collapse
Posted by Janine Ohmer on
Check out this thread

https://openacs.org/forums/message-view?message_id=116725

I had a similar problem with the richtext widget and Lars explains there how to solve it.

Collapse
Posted by Miguel Marin on
Thanks Janine
I solve my problem. The only thing I needed to do is just take the first part of the list.I display [lindex $message 0] and it works.