Author: jleroux
Date: Mon Dec 25 22:48:00 2006
New Revision: 490268
URL:
http://svn.apache.org/viewvc?view=rev&rev=490268Log:
This solves a problem reported long ago by Benjamin Cox (
http://lists.ofbiz.org/pipermail/users/2006-April/011600.html)
The solution was given by David in
http://lists.ofbiz.org/pipermail/users/2006-April/011601.htmlModified:
incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl
Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl?view=diff&rev=490268&r1=490267&r2=490268==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductContent.ftl Mon Dec 25 22:48:00 2006
@@ -92,7 +92,7 @@
<td width="20%" align="right" valign="top"><div class="tabletext"><b>${uiLabelMap.ProductProductName}</b></div></td>
<td> </td>
<td width="80%" colspan="4" valign="top">
- <input type="text" class="inputBox" name="productName" value="${(product.productName)?if_exists}" size="30" maxlength="60">
+ <input type="text" class="inputBox" name="productName" value="${(product.productName?html)?if_exists}" size="30" maxlength="60">
</td>
</tr>
<tr>