Kaydet (Commit) 77cb1ca3 authored tarafından Caolán McNamara's avatar Caolán McNamara

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
üst a999422d
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
/* <!--
* This file is part of the LibreOffice project. * This file is part of the LibreOffice project.
* *
* This Source Code Form is subject to the terms of the Mozilla Public * This Source Code Form is subject to the terms of the Mozilla Public
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* License, Version 2.0 (the "License"); you may not use this file * License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ -->
<parcel language="JavaScript" xmlns:parcel="scripting.dtd"> <parcel language="JavaScript" xmlns:parcel="scripting.dtd">
<script language="JavaScript"> <script language="JavaScript">
<locale lang="en"> <locale lang="en">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment