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 /dashboard/app/templates/manager.html | |
| parent | 3d54a78389a7ab2ce6588d7a6fade681c22626ab (diff) | |
all: fix html warnings
Wrong closing tags etc.
Diffstat (limited to 'dashboard/app/templates/manager.html')
| -rw-r--r-- | dashboard/app/templates/manager.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/templates/manager.html b/dashboard/app/templates/manager.html index 65c3d9cb7..3f9d190b0 100644 --- a/dashboard/app/templates/manager.html +++ b/dashboard/app/templates/manager.html @@ -26,7 +26,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the <span class="input-group"> <textarea name="send-repro"></textarea> </span> - <input type="submit" name="show-crashers" value="Submit"></div> + <input type="submit" name="show-crashers" value="Submit"> </form> </div> </div> |
