diff --git a/lib/util.php b/lib/util.php index e14cc36ace..08930e99a7 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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));