Author: jleroux
Date: Thu Apr 22 12:48:44 2010
New Revision: 936817
URL:
http://svn.apache.org/viewvc?rev=936817&view=revLog:
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> </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>