summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-19 10:37:44 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-19 10:37:44 -0300
commit559929c2da87631e2e448d55fc1db2bb62509b26 (patch)
tree91f204782f0d1d4224d6e3c869539c1043f32fd3 /usr
parentd1dda498173f09ca0deb5331d6be77abbe8d6e61 (diff)
downloadpfsense-559929c2da87631e2e448d55fc1db2bb62509b26.zip
pfsense-559929c2da87631e2e448d55fc1db2bb62509b26.tar.gz
Fix indent and whitespaces
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/exec.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php
index eda1321..e943d3f 100755
--- a/usr/local/www/exec.php
+++ b/usr/local/www/exec.php
@@ -102,13 +102,14 @@ include("head.inc");
<?php
if (isBlank( $_POST['txtRecallBuffer'] )) {
- puts( " var arrRecallBuffer = new Array;" );
+ puts( " var arrRecallBuffer = new Array;" );
} else {
- puts( " var arrRecallBuffer = new Array(" );
- $arrBuffer = explode( "&", $_POST['txtRecallBuffer'] );
- for ($i=0; $i < (count( $arrBuffer ) - 1); $i++) puts( " '" . htmlspecialchars($arrBuffer[$i]) . "'," );
- puts( " '" . htmlspecialchars($arrBuffer[count( $arrBuffer ) - 1]) . "'" );
- puts( " );" );
+ puts( " var arrRecallBuffer = new Array(" );
+ $arrBuffer = explode( "&", $_POST['txtRecallBuffer'] );
+ for ($i=0; $i < (count( $arrBuffer ) - 1); $i++)
+ puts( " '" . htmlspecialchars($arrBuffer[$i]) . "'," );
+ puts( " '" . htmlspecialchars($arrBuffer[count( $arrBuffer ) - 1]) . "'" );
+ puts( " );" );
}
?>
OpenPOWER on IntegriCloud