diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-05-20 17:54:33 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-05-20 20:06:53 +0200 |
| commit | 7268fa62257981feeebc89e55b5ce45294beff8c (patch) | |
| tree | b408bea6cdbbd10669c990762595657f9893a7ee /dashboard/app/bug.html | |
| parent | f94bdf2730bcf53b45244e98aedb1a7a7711d49f (diff) | |
dashboard/app: linkify source files in sample reports
Fixes #652
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 8b780dd19..0c3bd6a52 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> - <div id="crash_div"><p><pre>{{printf "%s" .SampleReport}}</pre></p></div><br> + <div id="crash_div"><pre>{{.SampleReport}}</pre></div><br> {{end}} {{if .FixBisections}} |
