From b5e0a12fa9735679ca7b0d7f8a951d6840344321 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 24 Nov 2008 22:10:46 +0000 Subject: - Patch #332980 by scor: RDF namespace registry clean-ups. --- modules/system/system.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') 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', ); } -- cgit v1.2.3