Skip to content

Commit 0c82560

Browse files
committed
Insert a missing </button>.
Commit ready for merge. - Legacy-Id: 19468
1 parent 369643c commit 0c82560

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ietf/templates/doc/search/search_form.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="input-group search_field">
88
{{ form.name|add_class:"form-control"|attr:"placeholder:Document name/title/RFC number" }}
99
<span class="input-group-btn">
10-
<button class="btn btn-primary" type="submit">
10+
<button class="btn btn-primary" type="submit"></button>
1111
<span class="fa fa-search"></span>
1212
Search
1313
</button>
@@ -149,5 +149,4 @@
149149
</div>
150150
</div>
151151
</div>
152-
</form>
153-
152+
</form>

0 commit comments

Comments
 (0)