summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/exec.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-04 15:41:46 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-04 15:41:46 -0400
commit8c4455dde1b2e93c33942d1276b9706a0f52e668 (patch)
tree2f2fa429d3ae455bad610cf798f418d62d1d2e44 /src/usr/local/www/exec.php
parentd1e7382905074e1d8a1c25e16713c5afc393e91b (diff)
downloadpfsense-8c4455dde1b2e93c33942d1276b9706a0f52e668.zip
pfsense-8c4455dde1b2e93c33942d1276b9706a0f52e668.tar.gz
Fixed #5101
Removed new line/space before closing </pre>
Diffstat (limited to 'src/usr/local/www/exec.php')
-rw-r--r--src/usr/local/www/exec.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/exec.php b/src/usr/local/www/exec.php
index c171895..a056dc8 100644
--- a/src/usr/local/www/exec.php
+++ b/src/usr/local/www/exec.php
@@ -232,8 +232,8 @@ if (!isBlank($_POST['txtCommand'])):?>
exec($_POST['txtCommand'] . ' 2>&1', $output);
foreach($output as $line)
print(htmlspecialchars($line) . "\r\n");
-?>
- </pre>
+?></pre>
+
</div>
</div>
<? endif ?>
OpenPOWER on IntegriCloud