From f6aebbcc55b4e83d4a05f503b5491ce5e6fb043b Mon Sep 17 00:00:00 2001 From: NewEraCracker Date: Mon, 15 Feb 2016 15:16:31 +0000 Subject: Bring all calls of print_info_box to same standard The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion. --- src/usr/local/www/interfaces_qinq.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/interfaces_qinq.php') 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;
- On cards that do not explicitly support it, ' . + On cards that do not explicitly support it, ' . 'QinQ tagging will still work, but the reduced MTU may cause problems.
' . - '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); ?>