Skip to content

Commit d8045cd

Browse files
committed
fix(index): label class in search form
1 parent 45e2d36 commit d8045cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/xar-resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1>XQuery Function Documentation</h1>
44
<form id="fun-query-form" name="f-query" class="form-horizontal" action="?" method="POST">
55
<div class="row mb-3">
6-
<label class="col-from-label col-md-2 hidden-xs">Search</label>
6+
<label class="col-form-label col-md-2 hidden-xs">Search</label>
77
<div class="col-md-4 col-xs-12">
88
<span class="input-group">
99
<input id="query-field" name="q" type="text" data-template="templates:form-control" class="form-control"/>

0 commit comments

Comments
 (0)