瀏覽代碼

Hotfix 1.3.6.3: Headline-Anchor and language bug

trendschau 5 年之前
父節點
當前提交
e9685ec439
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      system/author/settings/system.twig

+ 1 - 1
system/author/settings/system.twig

@@ -105,7 +105,7 @@
 					</div><div class="medium{{ errors.settings.headlineanchors ? ' error' : '' }}">
 						<label for="settings[headlineanchors]">{{ __('Headline Anchors') }} *</label>
 						<label class="control-group">{{ __('Show anchors next to headlines') }}
-							<input name="settings[headlineanchors]" type="checkbox" {% if (old.settings.headlineanchors) %} checked {% endif %}>
+							<input name="settings[headlineanchors]" type="checkbox" {% if (settings.headlineanchors) %} checked {% endif %}>
 							<span class="checkmark"></span>
 						</label>
 					</div>