diff options
author | David Tardon <dtardon@redhat.com> | 2010-11-24 14:20:54 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-24 14:20:54 +0100 |
commit | 4c44f82eb553f72a0c1eac6a6c8ecf80396f95e5 (patch) | |
tree | 6cc4a04f8dfb4ef3604e21fc39f0e16d74cbee16 /odk/examples | |
parent | 375cb298064a8d22346dbf03731a6d7673b75350 (diff) |
fix invalid XML
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml b/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml index a7b501ba1b82..2334c0892b20 100644 --- a/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml +++ b/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<manifest:manifest> +<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> <manifest:file-entry manifest:full-path="DialogWithHelp/" manifest:media-type="application/vnd.sun.star.basic-library"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.help" manifest:full-path="help"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="Addons.xcu"/> |