Commit 89deb4fb authored by Étienne Deparis's avatar Étienne Deparis

[fix] Remove markup errors in simple template preferences file

parent 21beb64a
......@@ -68,7 +68,7 @@
<option value="0" {% if safesearch == '0' %}selected="selected"{% endif %}>{{ _('None') }}</option>
</select>
</p>
<div class="description">{{ _('Filter content') }}</p>
<p class="description">{{ _('Filter content') }}</p>
</fieldset>
{{ plugin_preferences('general') }}
<fieldset>
......@@ -122,7 +122,7 @@
{% endif %}
{% endfor %}
</table>
<div>
</div>
{{ tab_footer() }}
{% endfor %}
{{ tabs_close() }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment