diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 20:00:35 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 20:00:35 +0000 |
commit | a732ea8608eb305d8fa57c08f504666efa748d5c (patch) | |
tree | cf05f7491ec06d72b9e101d4bd8f39251b98bb70 /documentation | |
parent | 896a57156e01406bbf3bb8ee2b4c84a9cad8d10c (diff) | |
download | elgg-a732ea8608eb305d8fa57c08f504666efa748d5c.tar.gz elgg-a732ea8608eb305d8fa57c08f504666efa748d5c.tar.bz2 |
Refs #2898: Updated docs and test manifest for the xmlns changes.
git-svn-id: http://code.elgg.org/elgg/trunk@8171 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/examples/plugins/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/examples/plugins/manifest.xml b/documentation/examples/plugins/manifest.xml index a61106e62..0f7823442 100644 --- a/documentation/examples/plugins/manifest.xml +++ b/documentation/examples/plugins/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>My Plugin</name> <author>Elgg</author> <version>1.0</version> |