diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/sshterm/diag_shell_head.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sshterm/diag_shell_head.php b/packages/sshterm/diag_shell_head.php index 08e5855c..a16f0835 100644 --- a/packages/sshterm/diag_shell_head.php +++ b/packages/sshterm/diag_shell_head.php @@ -44,7 +44,7 @@ include("head.inc"); echo $pfSenseHead->getHTML(); ?> -<body link="#000000" vlink="#000000" alink="#000000"> +<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>"> <? include("fbegin.inc"); ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> |