diff options
-rw-r--r-- | documentation/examples/plugins/manifest.xml | 2 | ||||
-rw-r--r-- | engine/tests/test_files/plugin_18/manifest.xml | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/engine/tests/test_files/plugin_18/manifest.xml b/engine/tests/test_files/plugin_18/manifest.xml index 76837977d..c6cf4f807 100644 --- a/engine/tests/test_files/plugin_18/manifest.xml +++ b/engine/tests/test_files/plugin_18/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>Test Manifest</name> <author>Anyone</author> <version>1.0</version> |