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/diag_backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/diag_backup.php') diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php index dba496f..d499442 100644 --- a/src/usr/local/www/diag_backup.php +++ b/src/usr/local/www/diag_backup.php @@ -609,7 +609,7 @@ if (is_subsystem_dirty('restore')):
- " . gettext("The firewall is now rebooting."))?> + " . gettext("The firewall is now rebooting.")); ?>