Skip to content

Commit db7df65

Browse files
mkroutikovdanbruce
authored andcommitted
fixed placeholder in the search
1 parent 119c994 commit db7df65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spider/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<div class="col-md-8">
133133
<form id="search-form">
134134
<div class="d-flex justify-content-between align-items-center">
135-
<div class="input-group shadow-sm" style="width:95%"><input class="form-control" type="text" placeholder="ex. Rule 631" id="q" autofocus="">
135+
<div class="input-group shadow-sm" style="width:95%"><input class="form-control" type="text" placeholder="ex. Rule 613" id="q" autofocus="">
136136
<div class="input-group-append"><button class="btn btn-primary" type="button"><i class="icon ion-search"></i></button></div>
137137
</div><i class="icon ion-help-circled" style="font-size:1.5rem"></i></div>
138138
</form>

0 commit comments

Comments
 (0)