summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_qinq.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/interfaces_qinq.php')
-rw-r--r--src/usr/local/www/interfaces_qinq.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_qinq.php b/src/usr/local/www/interfaces_qinq.php
index f18c2b8..2687e1a 100644
--- a/src/usr/local/www/interfaces_qinq.php
+++ b/src/usr/local/www/interfaces_qinq.php
@@ -188,9 +188,9 @@ endforeach;
</nav>
<div class="infoblock">
- <?=print_info_box(sprintf(gettext('Not all drivers/NICs support 802.1Q QinQ tagging properly. <br />On cards that do not explicitly support it, ' .
+ <?php print_info_box(sprintf(gettext('Not all drivers/NICs support 802.1Q QinQ tagging properly. <br />On cards that do not explicitly support it, ' .
'QinQ 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', false)?>
+ 'See the %s handbook for information on supported cards.'), $g['product_name']), 'info', false); ?>
</div>
<?php
OpenPOWER on IntegriCloud