From 2af731f8bfd483d5b6a27eab00aa603dec757011 Mon Sep 17 00:00:00 2001 From: NewEraCracker Date: Fri, 29 Jan 2016 11:07:17 +0000 Subject: Minor cleanup 1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others. --- src/etc/inc/sasl.inc | 4 ++-- src/usr/local/www/bootstrap/css/pfSense.css | 4 ---- src/usr/local/www/firewall_nat.php | 2 +- src/usr/local/www/firewall_rules.php | 12 ++++++------ 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/src/etc/inc/sasl.inc b/src/etc/inc/sasl.inc index f6a8d0b..a9582da 100644 --- a/src/etc/inc/sasl.inc +++ b/src/etc/inc/sasl.inc @@ -178,7 +178,7 @@ class sasl_client_class Retrieve the values of one or more credentials to be used by the authentication mechanism classes. This is meant to be used by authentication mechanism driver - classes to retrieve the credentials that may be neede. + classes to retrieve the credentials that may be needed. The function may return SASL_CONTINUE if it succeeded, or SASL_NOMECH if it was not possible to retrieve one of the requested credentials. @@ -359,7 +359,7 @@ class sasl_client_class INTEGER Process the authentication steps after the initial step, - until the authetication iteration dialog is complete. + until the authentication iteration dialog is complete. Call this function iteratively after a successful initial step calling the Start function. The function returns SASL_CONTINUE if step was diff --git a/src/usr/local/www/bootstrap/css/pfSense.css b/src/usr/local/www/bootstrap/css/pfSense.css index 00865ee..8fe1981 100644 --- a/src/usr/local/www/bootstrap/css/pfSense.css +++ b/src/usr/local/www/bootstrap/css/pfSense.css @@ -96,10 +96,6 @@ tr.disabled th { margin-bottom: 10px; } -ul.context-links li a { - -} - /* navigation */ .navbar { margin-bottom: 10px; diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php index 8b481d1..ee0315c 100644 --- a/src/usr/local/www/firewall_nat.php +++ b/src/usr/local/www/firewall_nat.php @@ -475,7 +475,7 @@ endforeach;