summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_vlan.php')
-rw-r--r--usr/local/www/interfaces_vlan.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php
index a3f481e..20453b4 100644
--- a/usr/local/www/interfaces_vlan.php
+++ b/usr/local/www/interfaces_vlan.php
@@ -84,7 +84,7 @@ if ($_GET['act'] == "del") {
}
-$pgtitle = array(gettext("Interfaces"),gettext("VLAN"));
+$pgtitle = array(gettext("Interfaces"), gettext("VLAN"));
$shortcut_section = "interfaces";
include("head.inc");
@@ -151,7 +151,7 @@ include("head.inc");
<span class="red"><strong>
<?=gettext("Note:");?><br />
</strong></span>
- <?php printf(gettext("Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."),$g['product_name']);?> </p>
+ <?php printf(gettext("Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."), $g['product_name']);?> </p>
</td>
<td class="list">&nbsp;</td>
</tr>
OpenPOWER on IntegriCloud