aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html
index e09ed7e98..082238ea9 100644
--- a/dashboard/app/bug.html
+++ b/dashboard/app/bug.html
@@ -23,9 +23,9 @@ Page with details about a single bug.
Patched on: {{.Bug.PatchedOn}}, missing on: {{.Bug.MissingOn}}<br>
{{end}}
{{end}}
- First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}<br>
+ First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}<br><br>
- {{template "bisect_results" .BisectCause}}
+ {{template "bisect_results" .BisectCause}}<br>
{{template "bisect_results" .BisectFix}}
{{template "bug_list" .DupOf}}