summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-02-10 10:41:28 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-02-10 10:41:28 +0000
commitc9556cd6c8d992705d79e69bf02ec2bad98c8e84 (patch)
tree8046d9507cabce7fa98e2ffbea0151e24cd97bee /src/usr/local
parent923865b589dca494f17c3fe714814fc336259aa3 (diff)
downloadpfsense-c9556cd6c8d992705d79e69bf02ec2bad98c8e84.zip
pfsense-c9556cd6c8d992705d79e69bf02ec2bad98c8e84.tar.gz
Clean up another closing tag followed by opening
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/widgets/widgets/log.widget.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/local/www/widgets/widgets/log.widget.php b/src/usr/local/www/widgets/widgets/log.widget.php
index 3940431..3b62ab8 100644
--- a/src/usr/local/www/widgets/widgets/log.widget.php
+++ b/src/usr/local/www/widgets/widgets/log.widget.php
@@ -188,8 +188,7 @@ $filterlog = conv_log_filter($filter_logfile, $nentries, 50, $filterfieldsarray)
</tr>
<?php
endforeach;
- ?>
-<?php
+
if (count($filterlog) == 0) {
print '<tr class="text-nowrap"><td colspan=5 class="text-center">';
print gettext('No logs to display');
OpenPOWER on IntegriCloud