diff --git a/services/web/app/views/_mixins/faq_search-marketing.pug b/services/web/app/views/_mixins/faq_search-marketing.pug index 8ec136e08e..aa41d00f9b 100644 --- a/services/web/app/views/_mixins/faq_search-marketing.pug +++ b/services/web/app/views/_mixins/faq_search-marketing.pug @@ -6,7 +6,7 @@ mixin faq_search-marketing(headerText, headerClass) form.project-search.form-horizontal(role="search" data-ol-faq-search) .form-group.has-feedback.has-feedback-left .col-sm-12 - input.form-control(type='text', placeholder="Search help library…") + input.form-control(type='search', placeholder="Search help library…" aria-label="Search help library…") i.fa.fa-search.form-control-feedback-left(aria-hidden="true") i.fa.fa-times.form-control-feedback( style="cursor: pointer;",