summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-25 23:32:27 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-25 23:32:27 +0100
commit07130afe2b5dd906d9f9b39585c355a07af006f9 (patch)
tree6d36c2164be8bee39de0dcec2680fa0d21fd47db /usr/local/www/system_gateways.php
parent0a6dc4627f31eb6a6f756adaaeb6d743e75010e6 (diff)
downloadpfsense-07130afe2b5dd906d9f9b39585c355a07af006f9.zip
pfsense-07130afe2b5dd906d9f9b39585c355a07af006f9.tar.gz
removed duplicate type=text/javascript
added type for <script>
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 3aa2c68..58de700 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" type="text/javascript" src="/javascript/row_toggle.js"></script>
+<script 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