diff options
Diffstat (limited to 'dashboard/app/bug.html')
| -rw-r--r-- | dashboard/app/bug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 96a75389e..8b780dd19 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -35,7 +35,7 @@ Page with details about a single bug. {{if .SampleReport}} <br><b>Sample crash report:</b><br> - <textarea id="log_textarea" readonly rows="25" wrap=off>{{printf "%s" .SampleReport}}</textarea><br> + <div id="crash_div"><p><pre>{{printf "%s" .SampleReport}}</pre></p></div><br> {{end}} {{if .FixBisections}} |
