summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-03 17:46:28 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-03 17:46:28 -0500
commit886caa75e9156f4724dd38a0d533bc6f24428bb5 (patch)
tree625be6dc2e39057231580c4a795e489e40d78d02 /usr/local/www/crash_reporter.php
parent528d5abfa86b4b55ce90fa81be2c3c2183bbaec6 (diff)
downloadpfsense-886caa75e9156f4724dd38a0d533bc6f24428bb5.zip
pfsense-886caa75e9156f4724dd38a0d533bc6f24428bb5.tar.gz
Remove formatting in between textarea
Diffstat (limited to 'usr/local/www/crash_reporter.php')
-rwxr-xr-xusr/local/www/crash_reporter.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php
index 84008f3..a8f4ad0 100755
--- a/usr/local/www/crash_reporter.php
+++ b/usr/local/www/crash_reporter.php
@@ -68,9 +68,7 @@ function output_crash_reporter_html($crash_reports) {
echo "<strong>" . gettext("Unfortunately we have detected a kernel crash (panic).") . "</strong></p>";
echo "<strong>" . gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "</strong></p>";
echo "<p>Contents of crash reports:<br/>";
- echo " <textarea name='crashreports'>";
- echo " {$crash_reports}";
- echo " </textarea>";
+ echo "<textarea name='crashreports'>{$crash_reports}</textarea>";
echo "<p/>";
echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("Yes") . ">";
echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") . ">";
OpenPOWER on IntegriCloud