diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-02-06 11:01:02 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-02-06 16:24:12 +0000 |
| commit | b03e2694b636ec5d05ea1d0b233db07e8e37bf98 (patch) | |
| tree | 18a4d21a3e31ffe928555db32d6db4eb5320b72a /pkg/manager/html/common.html | |
| parent | 3d54a78389a7ab2ce6588d7a6fade681c22626ab (diff) | |
all: fix html warnings
Wrong closing tags etc.
Diffstat (limited to 'pkg/manager/html/common.html')
| -rw-r--r-- | pkg/manager/html/common.html | 4 |
1 files changed, 2 insertions, 2 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"> |
