diff options
Diffstat (limited to 'mod/minify/manifest.xml')
-rw-r--r-- | mod/minify/manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/minify/manifest.xml b/mod/minify/manifest.xml index 0ae6dde24..bdf815b8b 100644 --- a/mod/minify/manifest.xml +++ b/mod/minify/manifest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<plugin_manifest version="1.8"> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Minify</name> <author>Evan Winslow</author> <version>0.2</version> @@ -10,4 +10,4 @@ <type>elgg_release</type> <version>1.7</version> </requires> -</plugin_manifest>
\ No newline at end of file +</plugin_manifest> |