diff options
author | Phil Davis <phil.davis@inf.org> | 2015-05-26 22:50:36 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-05-26 22:50:36 +0545 |
commit | 4e3b667ceb8818babf58025e15e89f4703d9d606 (patch) | |
tree | d81fc8b8e9e14a9eb150910241b8303565b26077 /usr/local/www/diag_logs_ipsec.php | |
parent | 8882e40f519424186f56663a43756b127d81c85b (diff) | |
download | pfsense-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_ipsec.php')
-rw-r--r-- | usr/local/www/diag_logs_ipsec.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_logs_ipsec.php b/usr/local/www/diag_logs_ipsec.php index ee932fd..9340571 100644 --- a/usr/local/www/diag_logs_ipsec.php +++ b/usr/local/www/diag_logs_ipsec.php @@ -60,7 +60,7 @@ if ($_POST['clear']) { $ipsec_logarr = return_clog($ipsec_logfile, $nentries); -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("IPsec VPN")); +$pgtitle = array(gettext("Status"), gettext("System logs"), gettext("IPsec VPN")); $shortcut_section = "ipsec"; include("head.inc"); @@ -92,7 +92,7 @@ include("head.inc"); <div id="mainarea"> <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 IPsec log entries"),$nentries);?></td> + <td colspan="2" class="listtopic"><?php printf(gettext("Last %s IPsec log entries"), $nentries);?></td> </tr> <?php foreach ($ipsec_logarr as $logent) { @@ -109,7 +109,7 @@ include("head.inc"); <td> <br /> <form action="diag_logs_ipsec.php" method="post"> - <input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>" /> + <input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>" /> </form> </td> </tr> |