summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-11-29 17:37:43 +0000
committerColin Fleming <cj_fleming@sky.com>2015-11-29 17:37:43 +0000
commitc4b60a9a760b7eeffaa0f7aa56ae609fb620550c (patch)
treeb06b931170e585f19c2a9be31b0c4ba4cb95c733 /src/usr/local/www/firewall_nat_1to1.php
parentcbe639a8a2575b3148c9b5069be78b0a89b3b429 (diff)
downloadpfsense-c4b60a9a760b7eeffaa0f7aa56ae609fb620550c.zip
pfsense-c4b60a9a760b7eeffaa0f7aa56ae609fb620550c.tar.gz
Tidy up Boolean operators for HTML5
Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
Diffstat (limited to 'src/usr/local/www/firewall_nat_1to1.php')
-rw-r--r--src/usr/local/www/firewall_nat_1to1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php
index 7129657..dad8376 100644
--- a/src/usr/local/www/firewall_nat_1to1.php
+++ b/src/usr/local/www/firewall_nat_1to1.php
@@ -269,7 +269,7 @@ display_top_tabs($tab_array);
<i class="fa fa-trash icon-embed-btn"></i>
<?=gettext("Delete"); ?>
</button>
- <button type="submit" id="order-store" name="order-store" class="btn btn-primary btn-sm" value="Save changes" disabled="disabled">
+ <button type="submit" id="order-store" name="order-store" class="btn btn-primary btn-sm" value="Save changes" disabled>
<i class="fa fa-save icon-embed-btn"></i>
<?=gettext("Save")?>
</button>
OpenPOWER on IntegriCloud