From 102a68291417b6cc7a3556c4d1ee0697a9445988 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Jan 2010 18:56:49 +0000 Subject: - Patch #652588 by scor: updated RDF mapping definition in the core modules. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 775d2dc4d..e554df296 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -2341,7 +2341,7 @@ function template_preprocess_html(&$variables) { // mechanisms for extraction of this RDF content via XSLT transformation // using an associated GRDDL profile. $variables['rdf_namespaces'] = drupal_get_rdf_namespaces(); - $variables['grddl_profile'] = 'http://ns.inria.fr/grddl/rdfa/'; + $variables['grddl_profile'] = 'http://www.w3.org/1999/xhtml/vocab'; $variables['language'] = $GLOBALS['language']; $variables['language']->dir = $GLOBALS['language']->direction ? 'rtl' : 'ltr'; -- cgit v1.2.3