22 Dec
1999
22 Dec
'99
12:43 a.m.
Hi, I want to randomly get the content of a file from a list of files in a directory. And the following code does that. However, the files have HTML code in them, and when they are displayed, the HTML tags are escaped. (i.e. the < is changed to > ) Is there a way to stop this from happeneing??? <dtml-if "diduknow.objectValues(['DTML Document'])"> <!--#var expr="_.whrandom.choice(diduknow.objectValues(['DTML Document']))"--> </dtml-if> Any help is apprtitated :) TIA Adonis