summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/crash_reporter.php')
-rw-r--r--src/usr/local/www/crash_reporter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/crash_reporter.php b/src/usr/local/www/crash_reporter.php
index 38d7558..3c28cea0 100644
--- a/src/usr/local/www/crash_reporter.php
+++ b/src/usr/local/www/crash_reporter.php
@@ -161,7 +161,7 @@ exec("/usr/bin/grep -vi warning /tmp/PHP_errors.log", $php_errors);
<?=gettext("Would you like to submit the programming debug logs to the pfSense developers for inspection?")?>
<i><?=gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.")?></i>
</p>
- <textarea readonly="readonly" style="width: 100%; height: 350px;">
+ <textarea readonly style="width: 100%; height: 350px;">
<?=$crash_reports?>
</textarea>
<form action="crash_reporter.php" method="post">
OpenPOWER on IntegriCloud