summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-19 23:38:56 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-19 23:38:56 +0100
commit91f026b02c06751028965bb28cc354dca547f548 (patch)
tree7f8bc722e13a256296d464778e3c7446f1f97c19 /usr/local/www/system_gateways.php
parentec879e3db4d36212ee200d19e1f7e92f9f4d83c9 (diff)
downloadpfsense-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/system_gateways.php')
-rw-r--r--usr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index f5949ee..3aa2c68 100644
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -189,7 +189,7 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="system_gateways.php" method="post">
-<script type="text/javascript" language="javascript" src="/javascript/row_toggle.js"></script>
+<script type="text/javascript" type="text/javascript" src="/javascript/row_toggle.js"></script>
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('staticroutes')): ?><p>
<?php print_info_box_np(gettext("The gateway configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));?><br /></p>
OpenPOWER on IntegriCloud