|
Author: jleroux
Revision: 815689
Modified property: svn:log
Modified: svn:log at Wed Sep 16 18:05:08 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Sep 16 18:05:08 2009
@@ -4,4 +4,14 @@
Fix a bug reported by James McGill on user ML
------------------------------------------------------------------------
-
+content/control/EditSurveyResponse puts escaped HTML on the page instead of
+the rendered survey.
+applications/content/webapp/content/survey/EditSurveyResponse.ftl has
+${surveyString} but
+that apparently escapes the page. ${surveyString?html} just adds another
+level of escaping, and
+I couldn't see how to "unescape" from here.
+It looks to me like there really should be a call to surveyWrapper.render()
+or something like that --
+or is it the intended behavior to show the HTML output instead of the
+rendered survey?
|