diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-05 18:56:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-05 18:56:49 +0000 |
commit | 102a68291417b6cc7a3556c4d1ee0697a9445988 (patch) | |
tree | 441b91254200686876964cfefe3ebebc2a7aec6b /includes | |
parent | 8691c9f2e8c6076dc689dc4fc691b97f4a01f699 (diff) | |
download | brdo-102a68291417b6cc7a3556c4d1ee0697a9445988.tar.gz brdo-102a68291417b6cc7a3556c4d1ee0697a9445988.tar.bz2 |
- Patch #652588 by scor: updated RDF mapping definition in the core modules.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |