removed extra space

This commit is contained in:
Andy Miller
2015-09-08 11:34:49 -06:00
parent 1e91e22c19
commit b805a5e405

View File

@@ -237,7 +237,7 @@
{% else %}
<form id="page-filtering">
<div class="page-filters">
<input type="text" data-template-types=" {{ admin.types|merge(admin.modularTypes)|json_encode|e('html_attr') }}" placeholder="{{ "PLUGIN_ADMIN.ADD_FILTERS"|tu }}" class="page-filter" name="page-filter" />
<input type="text" data-template-types="{{ admin.types|merge(admin.modularTypes)|json_encode|e('html_attr') }}" placeholder="{{ "PLUGIN_ADMIN.ADD_FILTERS"|tu }}" class="page-filter" name="page-filter" />
</div>
<div class="page-search">
<input type="text" placeholder="{{ "PLUGIN_ADMIN.SEARCH_PAGES"|tu }}" name="page-search" />