diff options
Diffstat (limited to 'pkg/manager/html/crash.html')
| -rw-r--r-- | pkg/manager/html/crash.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/manager/html/crash.html b/pkg/manager/html/crash.html index 6554f2817..48c50ab71 100644 --- a/pkg/manager/html/crash.html +++ b/pkg/manager/html/crash.html @@ -23,7 +23,7 @@ Report: <a href="/report?id={{.ID}}">{{.Triaged}}</a> <td><a href="/file?name={{$c.Log}}">log</a></td> <td> {{if $c.Report}} - <a href="/file?name={{$c.Report}}">report</a></td> + <a href="/file?name={{$c.Report}}">report</a> {{end}} </td> <td class="time {{if not $c.Active}}inactive{{end}}">{{formatTime $c.Time}}</td> |
