mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixed the rendering in IE. Moved the head section out of the body.
This commit is contained in:
parent
2643df8d78
commit
fa6a3d4da3
@ -70,11 +70,12 @@ foreach($config['system']['user'] as $user)
|
||||
if($user['name'] == $_SESSION['Username'])
|
||||
$islocal = true;
|
||||
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
|
||||
<?php
|
||||
include("head.inc");
|
||||
include("fbegin.inc");
|
||||
|
||||
if ($input_errors)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user