diff options
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manifest.xml b/manifest.xml index c48ca01a3..a5399845a 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?>
-<plugin_manifest>
- <field key="author" value="Evan Winslow" />
- <field key="version" value="1.0" />
- <field key="description" value="Provides HTML5 support for Elgg" />
- <field key="copyright" value="(C) Evan Winslow 2010" />
- <field key="website" value="http://code.google.com/p/elgg-ewinslow" />
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <author>Evan Winslow</author>
+ <version>1.0</version>
+ <description>Provides HTML5 support for Elgg</description>
+ <copyright>(C) Evan Winslow 2010</copyright>
+ <website>http://code.google.com/p/elgg-ewinslow</website>
</plugin_manifest>
\ No newline at end of file |