svn commit: r1036474 - /ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSContent.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1036474 - /ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSContent.ftl

jleroux@apache.org
Author: jleroux
Date: Thu Nov 18 14:51:20 2010
New Revision: 1036474

URL: http://svn.apache.org/viewvc?rev=1036474&view=rev
Log:
Missed this one in r1036436

Modified:
    ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSContent.ftl

Modified: ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSContent.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSContent.ftl?rev=1036474&r1=1036473&r2=1036474&view=diff
==============================================================================
--- ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSContent.ftl (original)
+++ ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSContent.ftl Thu Nov 18 14:51:20 2010
@@ -310,7 +310,7 @@
             <td colspan="2">
               <textarea id="cmsdata" name="textData" cols="40" rows="6" style="display: none;">
                 <#if (dataText?has_content)>
-                    ${dataText.textData!}
+                    ${StringUtil.wrapString(dataText.textData!)}
                 </#if>
               </textarea>
             </td>