aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-05-20 17:54:33 +0200
committerDmitry Vyukov <dvyukov@google.com>2022-05-20 20:06:53 +0200
commit7268fa62257981feeebc89e55b5ce45294beff8c (patch)
treeb408bea6cdbbd10669c990762595657f9893a7ee /dashboard/app/bug.html
parentf94bdf2730bcf53b45244e98aedb1a7a7711d49f (diff)
dashboard/app: linkify source files in sample reports
Fixes #652
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html2
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}}