diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-10 09:48:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-10 10:02:45 +0100 |
commit | 77cb1ca382520f52b9a87d13f8a1a511e5554946 (patch) | |
tree | 9ce458ba9b72d6cf7bdb428a7dec086aacb300cf /scripting | |
parent | a999422d4c83fa32abf0adee7286b9f6fdffa3e9 (diff) |
Fix "Content is not allowed in prolog" warning
One of the javascript examples parcel-descriptor.xml ended up with a c++
comment instead of a xml comment
Change-Id: Ie63a30e19de2caae08e9a489b6592e1046037416
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/examples/javascript/Highlight/parcel-descriptor.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/examples/javascript/Highlight/parcel-descriptor.xml b/scripting/examples/javascript/Highlight/parcel-descriptor.xml index 9c42a72b48e7..e6d6bb7b1267 100644 --- a/scripting/examples/javascript/Highlight/parcel-descriptor.xml +++ b/scripting/examples/javascript/Highlight/parcel-descriptor.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -/* +<!-- * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public @@ -15,7 +15,7 @@ * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ +--> <parcel language="JavaScript" xmlns:parcel="scripting.dtd"> <script language="JavaScript"> <locale lang="en"> |