DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36040>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36040 Summary: XML declaration missing in meta data file Product: Lenya Version: Trunk Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2 Component: Default Publication AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The xml declaration is missing in the file src/webapp/lenya/pubs/default/content/authoring/features/index_en.xml.meta Index: src/webapp/lenya/pubs/default/content/authoring/features/index_en.xml.meta =================================================================== --- src/webapp/lenya/pubs/default/content/authoring/features/index_en.xml.meta (revision 230449) +++ src/webapp/lenya/pubs/default/content/authoring/features/index_en.xml.meta (working copy) @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 1999-2005 The Apache Software Foundation -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
