Author: jacopoc
Date: Fri Apr 24 10:12:21 2009
New Revision: 768246
URL:
http://svn.apache.org/viewvc?rev=768246&view=revLog:
Fix for platform specific template type, to prevent warning message.
Modified:
ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=768246&r1=768245&r2=768246&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Fri Apr 24 10:12:21 2009
@@ -1734,7 +1734,7 @@
</actions>
<widgets>
<platform-specific>
- <html><html-template location="component://product/webapp/catalog/product/ProductBarCode.fo.ftl"/></html>
+ <xsl-fo><html-template location="component://product/webapp/catalog/product/ProductBarCode.fo.ftl"/></xsl-fo>
</platform-specific>
</widgets>
</section>