fix view of skinlib search

This commit is contained in:
printempw 2016-09-26 21:48:40 +08:00
parent ddc84518ee
commit fb54ca8281

View File

@ -9,7 +9,7 @@
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
{{ trans('skinlib.search.title') }}:{{ $_GET['q'] or "{{ trans('skinlib.search.no-given-keywords') }}" }}
{{ trans('skinlib.search.title') }}: {{ $_GET['q'] or trans('skinlib.search.no-given-keywords') }}
<small>Skin Library</small>
</h1>