You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/16 11:28:37 UTC

svn commit: r815687 - /ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl

Author: jleroux
Date: Wed Sep 16 09:28:30 2009
New Revision: 815687

URL: http://svn.apache.org/viewvc?rev=815687&view=rev
Log:
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>