forked from GNUsocial/gnu-social
Eliseu Amaro
7d546e8901
Accessibility tests failed if the fieldset had no legend, since it wasn't really neeeded, it was replaced as another element.
7 lines
280 B
Twig
7 lines
280 B
Twig
<section class="section-form form-search" title="{{ 'Search for notes, actors, and beyond' | trans }}">
|
|
{{ form_start(search) }}
|
|
<span>{{ form_row(search.search_query) }}{{ form_row(search.submit_search) }}</span>
|
|
{{ form_rest(search) }}
|
|
{{ form_end(search) }}
|
|
</section>
|