diff options
author | ayvis <ayvis.infra@gmail.com> | 2014-03-19 23:38:56 +0100 |
---|---|---|
committer | ayvis <ayvis.infra@gmail.com> | 2014-03-19 23:38:56 +0100 |
commit | 91f026b02c06751028965bb28cc354dca547f548 (patch) | |
tree | 7f8bc722e13a256296d464778e3c7446f1f97c19 /usr/local/www/exec.php | |
parent | ec879e3db4d36212ee200d19e1f7e92f9f4d83c9 (diff) | |
download | pfsense-91f026b02c06751028965bb28cc354dca547f548.zip pfsense-91f026b02c06751028965bb28cc354dca547f548.tar.gz |
replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"
Diffstat (limited to 'usr/local/www/exec.php')
-rw-r--r--[-rwxr-xr-x] | usr/local/www/exec.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php index 2b84d74..42ee97c 100755..100644 --- a/usr/local/www/exec.php +++ b/usr/local/www/exec.php @@ -94,7 +94,7 @@ $pgtitle = array(gettext("Diagnostics"),gettext("Execute command")); include("head.inc"); ?> -<script language="javascript"> +<script type="text/javascript"> <!-- // Create recall buffer array (of encoded strings). |