Remove useless whitespace

This commit is contained in:
Valentino Cossar
2018-04-27 15:50:26 +02:00
parent 8d001c7571
commit b08db80c7b

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