diff options
Diffstat (limited to 'pkg/manager/html')
| -rw-r--r-- | pkg/manager/html/common.html | 4 | ||||
| -rw-r--r-- | pkg/manager/html/crash.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pkg/manager/html/common.html b/pkg/manager/html/common.html index ea76b5a63..1a6d1c0ef 100644 --- a/pkg/manager/html/common.html +++ b/pkg/manager/html/common.html @@ -21,10 +21,10 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the <input type="hidden" name="url" value="{{.CurrentURL}}" /> <button type="submit" name="toggle" value="expert" class="action_button{{if .ExpertMode}}_selected{{end}}" title="Toggle expert mode"> π§ - </input> + </button> <button type="submit" name="toggle" value="pause" class="action_button{{if .Paused}}_selected{{end}}" title="Pause/unpause fuzzing"> {{if .Paused}}βΆοΈ{{else}}βΈοΈ{{end}} - </input> + </button> </form> </td> <td class="search"> 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> |
