Author: jacopoc
Date: Tue Sep 8 13:49:23 2009
New Revision: 812511
URL:
http://svn.apache.org/viewvc?rev=812511&view=revLog:
Wow, I did another error in my last commit: removed a wrong quote from my last commit; thanks again to Pranay Pandey for the report.
Modified:
ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl
Modified: ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl?rev=812511&r1=812510&r2=812511&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl Tue Sep 8 13:49:23 2009
@@ -17,7 +17,7 @@
under the License.
-->
-<#macro renderField text>"<#if text?exists>"${text?replace("\\\"", "\"\"")}"</#if></#macro>
+<#macro renderField text><#if text?exists>"${text?replace("\\\"", "\"\"")}"</#if></#macro>
<#macro renderDisplayField idName description class alert inPlaceEditorId="" inPlaceEditorUrl="" inPlaceEditorParams="">
<@renderField description />,<#rt/>