Author: jleroux Date: Fri Dec 14 04:13:52 2012 New Revision: 1421663 URL: http://svn.apache.org/viewvc?rev=1421663&view=rev Log: "Applied fix from trunk for revision: 1421662" ------------------------------------------------------------------------ r1421662 | jleroux | 2012-12-14 05:13:02 +0100 (ven., 14 déc. 2012) | 1 line
Fixes "XML file containg Byte order mark" reported by Youssef Khaye at https://issues.apache.org/jira/browse/OFBIZ-5099 ------------------------------------------------------------------------ Modified: ofbiz/branches/release12.04/ (props changed) ofbiz/branches/release12.04/applications/order/widget/ordermgr/LookupScreens.xml Propchange: ofbiz/branches/release12.04/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1421662 Modified: ofbiz/branches/release12.04/applications/order/widget/ordermgr/LookupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/order/widget/ordermgr/LookupScreens.xml?rev=1421663&r1=1421662&r2=1421663&view=diff ============================================================================== --- ofbiz/branches/release12.04/applications/order/widget/ordermgr/LookupScreens.xml (original) +++ ofbiz/branches/release12.04/applications/order/widget/ordermgr/LookupScreens.xml Fri Dec 14 04:13:52 2012 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file

