aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorEvan Winslow <evan@elgg.org>2011-03-18 21:28:05 -0700
committerEvan Winslow <evan@elgg.org>2011-03-18 21:28:05 -0700
commitdff32c364b99e57db5ea891ce93f7ab5df9b3258 (patch)
treeff0cd57619974d1ed9e8c9327434cebba9c7a1f6 /manifest.xml
parente45dc237367658ed750701d1055e975eaef63f19 (diff)
downloadelgg-dff32c364b99e57db5ea891ce93f7ab5df9b3258.tar.gz
elgg-dff32c364b99e57db5ea891ce93f7ab5df9b3258.tar.bz2
Removed custom html5 function in favor of core function
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml12
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