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_ntpd.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_ntpd.php')
-rw-r--r-- | usr/local/www/diag_logs_ntpd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_ntpd.php b/usr/local/www/diag_logs_ntpd.php index 921ec23..d9f6bf5 100644 --- a/usr/local/www/diag_logs_ntpd.php +++ b/usr/local/www/diag_logs_ntpd.php @@ -54,7 +54,7 @@ if ($_POST['clear']) { clear_log_file($ntpd_logfile); } -$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("NTP")); +$pgtitle = array(gettext("Status"), gettext("System logs"), gettext("NTP")); $shortcut_section = "ntp"; include("head.inc"); |