We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 790ef0a + 0c82560 commit bc4e421Copy full SHA for bc4e421
1 file changed
ietf/templates/doc/search/search_form.html
@@ -7,7 +7,7 @@
7
<div class="input-group search_field">
8
{{ form.name|add_class:"form-control"|attr:"placeholder:Document name/title/RFC number" }}
9
<span class="input-group-btn">
10
- <button class="btn btn-primary" type="submit">
+ <button class="btn btn-primary" type="submit"></button>
11
<span class="fa fa-search"></span>
12
Search
13
</button>
@@ -149,5 +149,4 @@
149
</div>
150
151
152
-</form>
153
-
+</form>
0 commit comments