Author: jleroux
Date: Wed Sep 16 09:28:30 2009
New Revision: 815687
URL:
http://svn.apache.org/viewvc?rev=815687&view=revLog:
Fix a bug reported by James McGill on user ML
Modified:
ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl
Modified: ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl?rev=815687&r1=815686&r2=815687&view=diff==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl (original)
+++ ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl Wed Sep 16 09:28:30 2009
@@ -24,7 +24,7 @@
<#-- pass through the dataResourceId so the response can be associated with it -->
<input type="hidden" name="dataResourceId" value="${parameters.dataResourceId?if_exists}"/>
<input type="hidden" name="rootContentId" value="${parameters.rootContentId?if_exists}"/>
- ${surveyString}
+ ${StringUtil.wrapString(surveyString)}
</form>
<#else>
<h1>Problem rendering the survey.</h1>