summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/system.module3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 833e54556..a2af7f54d 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -223,8 +223,7 @@ function system_rdf_namespaces() {
'rdfs' => 'http://www.w3.org/2000/01/rdf-schema#',
'rss' => 'http://purl.org/rss/1.0/',
'sioc' => 'http://rdfs.org/sioc/ns#',
- 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance#',
- 'xsd' => 'http://www.w3.org/2001/XMLSchema#',
+ 'xsd' => 'http://www.w3.org/2001/XMLSchema',
);
}