summaryrefslogtreecommitdiff
path: root/themes/pushbutton
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-09-09 13:36:01 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-09-09 13:36:01 +0000
commitb75c1e1c8bdc9b0fafaed8b7de8b27dec6fefd66 (patch)
tree0e6b8908b21909d76c1966305841133bd84d1850 /themes/pushbutton
parent884c05a64f8336f9a0fdaacd34e588ec37d49eb0 (diff)
downloadbrdo-b75c1e1c8bdc9b0fafaed8b7de8b27dec6fefd66.tar.gz
brdo-b75c1e1c8bdc9b0fafaed8b7de8b27dec6fefd66.tar.bz2
Replace hardcoded <html lang="en"> with a locale dependant one. This is especially important for asian sites where this has an effect on font selection.
Diffstat (limited to 'themes/pushbutton')
-rw-r--r--themes/pushbutton/xtemplate.xtmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pushbutton/xtemplate.xtmpl b/themes/pushbutton/xtemplate.xtmpl
index dbd6bdb9b..a18a8118c 100644
--- a/themes/pushbutton/xtemplate.xtmpl
+++ b/themes/pushbutton/xtemplate.xtmpl
@@ -1,5 +1,5 @@
<!-- BEGIN: header --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="{language}" xml:lang="{language}">
<head>
<title>{head_title}</title>
{head}