Remove useless whitespace

This commit is contained in:
Valentino Cossar
2018-04-27 15:50:26 +02:00
parent 443057361c
commit c93369b912

View File

@@ -5,7 +5,7 @@
@if (!have_posts())
<div class="alert alert-warning">
{{ __('Sorry, no results were found.', 'sage') }}
{{ __('Sorry, no results were found.', 'sage') }}
</div>
{!! get_search_form(false) !!}
@endif