summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-23 16:54:49 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-23 16:54:49 +0000
commita7b2b9dfd1d17c75afb2f64812d5384efdffb7e4 (patch)
tree87033ec419e702a2999fdc128429be03260007ab /themes
parentf91cfba34f045c6dd2ca7a2fc48b9df1496f4e74 (diff)
downloadbrdo-a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4.tar.gz
brdo-a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4.tar.bz2
- Patch #332980 by scor and keith.smith: documentation improvements + typo fixed.
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/chameleon.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 8a34019c0..fbf3b5e8e 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -30,7 +30,7 @@ function chameleon_page($content, $show_blocks = TRUE, $show_messages = TRUE) {
$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";
- $putput .= " $rdf_namespaces>\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";
$output .= drupal_get_html_head();