You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/09/08 15:49:23 UTC

svn commit: r812511 - /ofbiz/trunk/framework/widget/templates/csvFormMacroLibrary.ftl

Author: jacopoc
Date: Tue Sep  8 13:49:23 2009
New Revision: 812511

URL: http://svn.apache.org/viewvc?rev=812511&view=rev
Log:
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/>