Skip to content

Commit

Permalink
Change button type so the form submits on click (openshift#13484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jboxman authored Feb 8, 2019
1 parent 1140f8a commit c700d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index-commercial.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1>OpenShift Documentation</h1>
</div>
</div>
<div class="form-group">
<button class="btn btn-default" type="button">
<button class="btn btn-default" type="submit">
<span class="fa fa-search"></span>
</button>
</div>
Expand Down

0 comments on commit c700d59

Please sign in to comment.