Skip to content

Commit

Permalink
Fixed issue #4615: Missing xmlns argument in admin header - patch by …
Browse files Browse the repository at this point in the history
…sethwhite1

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9157 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Sep 28, 2010
1 parent d4f3729 commit 381206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.php
Expand Up @@ -4280,7 +4280,7 @@ function getAdminHeader($meta=false)
global $sitename, $admintheme, $rooturl, $defaultlang, $css_admin_includes, $homeurl;
if (!isset($_SESSION['adminlang']) || $_SESSION['adminlang']=='') {$_SESSION['adminlang']=$defaultlang;}
$strAdminHeader="<?xml version=\"1.0\"?><!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n"
."<html ";
."<html xmlns=\"www.w3.org/1999/xhtml\" ";

if (getLanguageRTL($_SESSION['adminlang']))
{
Expand Down

0 comments on commit 381206a

Please sign in to comment.