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 2010/04/22 14:48:44 UTC

svn commit: r936817 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl

Author: jleroux
Date: Thu Apr 22 12:48:44 2010
New Revision: 936817

URL: http://svn.apache.org/viewvc?rev=936817&view=rev
Log:
Fix a bug reported on user ML

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl?rev=936817&r1=936816&r2=936817&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagedetail.ftl Thu Apr 22 12:48:44 2010
@@ -58,7 +58,7 @@ under the License.
           <tr>
             <td>&nbsp;</td>
             <td>
-              <div class="tabletext">${communicationEvent.content?default("[${uiLabelMap.EcommerceEmptyBody}]")}</div>
+              <div class="tabletext">${StringUtil.wrapString(communicationEvent.content)?default("[${uiLabelMap.EcommerceEmptyBody}]")}</div>
             </td>
           </tr>
         </table>