diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-15 10:09:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-15 10:09:03 +0000 |
commit | 72d1794e595340b5873977258527493c33e684b2 (patch) | |
tree | 3a7db7e8169adfb5d1cf05e606014b58d9c4c4e0 /profiles | |
parent | 3fc8b8b3f301f2e9cb83c1cc9c9baee454b5fa54 (diff) | |
download | brdo-72d1794e595340b5873977258527493c33e684b2.tar.gz brdo-72d1794e595340b5873977258527493c33e684b2.tar.bz2 |
- Patch #685102 by scor: use dc:subject instead of sioc:topic for tags in RDFa.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/standard/standard.install | 2 |
1 files changed, 1 insertions, 1 deletions
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', ), ), |