From 72d1794e595340b5873977258527493c33e684b2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 15 Jan 2010 10:09:03 +0000 Subject: - Patch #685102 by scor: use dc:subject instead of sioc:topic for tags in RDFa. --- profiles/standard/standard.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index b7a39da95..fd02f282c 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -270,7 +270,7 @@ function standard_install() { 'type' => 'rel', ), 'taxonomy_tags' => array( - 'predicates' => array('sioc:topic'), + 'predicates' => array('dc:subject'), 'type' => 'rel', ), ), -- cgit v1.2.3