Changeset 168

Show
Ignore:
Timestamp:
02/17/06 15:05:12
Author:
johnsa
Message:

fixed (turned off) output escaping of ical data in jsp

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/webclient/war/docs/exportData.jsp

    r81 r168  
    1313 
    1414<logic:present name="calForm" property="vcal" > 
    15 <vcalendar><![CDATA[<bean:write name="calForm" property="vcal" /> 
     15<vcalendar><![CDATA[<bean:write filter="no" name="calForm" property="vcal" /> 
    1616]]> 
    1717</vcalendar>