diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-24 15:27:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-24 15:27:13 +0000 |
commit | 60065c683041c443cbf75072f43b500562cfa2cd (patch) | |
tree | b1e7b749023e1995c973a61e29871bd8a79dd5f6 /themes/chameleon | |
parent | 7324f967a5fe5ea75c5a83cfab5d806493d98d92 (diff) | |
download | brdo-60065c683041c443cbf75072f43b500562cfa2cd.tar.gz brdo-60065c683041c443cbf75072f43b500562cfa2cd.tar.bz2 |
- Patch #338429 by scor: XHTML+RDFa compatibility.
Diffstat (limited to 'themes/chameleon')
-rw-r--r-- | themes/chameleon/chameleon.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index fbf3b5e8e..43630a9ae 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -29,7 +29,7 @@ function chameleon_page($content, $show_blocks = TRUE, $show_messages = TRUE) { $blocks_right = theme_blocks('right'); $output = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML+RDFa 1.0//EN\" \"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd\">\n"; - $output .= "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"$language\" xml:lang=\"$language\" dir=\"$direction\"\n"; + $output .= "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"$language\" dir=\"$direction\"\n"; $output .= " $rdf_namespaces>\n"; $output .= "<head profile=\"http://ns.inria.fr/grddl/rdfa/\">\n"; $output .= " <title>" . ($title ? strip_tags($title) . " | " . variable_get("site_name", "Drupal") : variable_get("site_name", "Drupal") . " | " . variable_get("site_slogan", "")) . "</title>\n"; |