diff --git a/system/author/settings/system.twig b/system/author/settings/system.twig index 548af63..da810db 100644 --- a/system/author/settings/system.twig +++ b/system/author/settings/system.twig @@ -87,7 +87,7 @@ {% for format in formats %} <label class="control-group">{{ __(format) }} - <input name="settings[formats][]" value="{{ __('format') }}" type="checkbox" {% if format in settings.formats %} checked {% endif %}> + <input name="settings[formats][]" value="{{ format }}" type="checkbox" {% if format in settings.formats %} checked {% endif %}> <span class="checkmark"></span> </label> @@ -103,4 +103,4 @@ </div> -{% endblock %} \ No newline at end of file +{% endblock %}