summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_relayd.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-05-26 22:50:36 +0545
committerPhil Davis <phil.davis@inf.org>2015-05-26 22:50:36 +0545
commit4e3b667ceb8818babf58025e15e89f4703d9d606 (patch)
treed81fc8b8e9e14a9eb150910241b8303565b26077 /usr/local/www/diag_logs_relayd.php
parent8882e40f519424186f56663a43756b127d81c85b (diff)
downloadpfsense-4e3b667ceb8818babf58025e15e89f4703d9d606.zip
pfsense-4e3b667ceb8818babf58025e15e89f4703d9d606.tar.gz
Code style diag logs again
while making a fix today I noticed that I had done these early-on and had not tabbed out the HTML nicely...
Diffstat (limited to 'usr/local/www/diag_logs_relayd.php')
-rw-r--r--usr/local/www/diag_logs_relayd.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_logs_relayd.php b/usr/local/www/diag_logs_relayd.php
index 053dbc9..5468761 100644
--- a/usr/local/www/diag_logs_relayd.php
+++ b/usr/local/www/diag_logs_relayd.php
@@ -55,7 +55,7 @@ if ($_POST['clear']) {
clear_log_file($relayd_logfile);
}
-$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Load Balancer"));
+$pgtitle = array(gettext("Status"), gettext("System logs"), gettext("Load Balancer"));
$shortcut_section = "relayd";
include("head.inc");
@@ -89,7 +89,7 @@ include("head.inc");
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0" summary="main area">
<tr>
<td colspan="2" class="listtopic">
- <?php printf(gettext("Last %s Load Balancer log entries"),$nentries);?>
+ <?php printf(gettext("Last %s Load Balancer log entries"), $nentries);?>
</td>
</tr>
<?php dump_clog($relayd_logfile, $nentries); ?>
OpenPOWER on IntegriCloud