Skip to content
Snippets Groups Projects
Commit b5e0a12f authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #332980 by scor: RDF namespace registry clean-ups.

parent 2c11339a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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',
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment