get language before setting it.

darcs-hash:20080828005323-84dde-8f69e1e6115faa544c22436539148dac53ed6f65.gz
This commit is contained in:
Evan Prodromou 2008-08-27 20:53:23 -04:00
parent f3dc863d8f
commit cf3902d8ac
1 changed files with 2 additions and 0 deletions

View File

@ -173,6 +173,8 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
# FIXME: correct language for interface
$language = common_language();
common_element_start('html', array('xmlns' => 'http://www.w3.org/1999/xhtml',
'xml:lang' => $language,
'lang' => $language));