summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-15 16:44:40 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-15 16:44:40 +0545
commitaa82505e6577c28894150a6fb53c58f914930331 (patch)
tree3c4bc4b73d4dcd4e4e1d87d8acb5068ea14cacf8 /src/usr/local/www/interfaces_vlan.php
parent7895a8802317a8477929bea6428bf8dfe214306f (diff)
downloadpfsense-aa82505e6577c28894150a6fb53c58f914930331.zip
pfsense-aa82505e6577c28894150a6fb53c58f914930331.tar.gz
Code style g-i
Diffstat (limited to 'src/usr/local/www/interfaces_vlan.php')
-rw-r--r--src/usr/local/www/interfaces_vlan.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_vlan.php b/src/usr/local/www/interfaces_vlan.php
index cf32902..1619878 100644
--- a/src/usr/local/www/interfaces_vlan.php
+++ b/src/usr/local/www/interfaces_vlan.php
@@ -177,11 +177,11 @@ display_top_tabs($tab_array);
<?=print_info_box(sprintf(gettext('NOTE: Not all drivers/NICs support 802.1Q '.
'VLAN tagging properly. <br />On cards that do not explicitly support it, VLAN '.
'tagging will still work, but the reduced MTU may cause problems.<br />See the '.
- '%s handbook for information on supported cards.'),$g['product_name']), info)?>
+ '%s handbook for information on supported cards.'), $g['product_name']), info)?>
</div>
<script type="text/javascript">
//<![CDATA[
-events.push(function(){
+events.push(function() {
// Select 'delete button' clicks, extract the id, set the hidden input values and submit
$('[id^=del-]').click(function(event) {
$('#act').val('del');
OpenPOWER on IntegriCloud