Skip to content

Commit b702426

Browse files
committed
Remove xhtml
1 parent a30f666 commit b702426

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

adm/style/settings_ads.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ <h3>{{ lang('WARNING') }}</h3>
3838
<label><input type="radio" class="radio" name="enable_clicks" value="0"{% if not ENABLE_CLICKS %} checked{% endif %}> {{ lang('NO') }}</label></dd>
3939
</dl>
4040
<dl>
41-
<dt><label for="show_agreement">{{ lang('SHOW_AGREEMENT') ~ lang('COLON') }}</label><br /><span>{{ lang('SHOW_AGREEMENT_EXPLAIN') }}</span></dt>
42-
<dd><label><input type="radio" class="radio" id="show_agreement" name="show_agreement" value="1"{% if SHOW_AGREEMENT %} checked{% endif %} /> {{ lang('YES') }}</label>
43-
<label><input type="radio" class="radio" name="show_agreement" value="0"{% if not SHOW_AGREEMENT %} checked{% endif %} /> {{ lang('NO') }}</label></dd>
41+
<dt><label for="show_agreement">{{ lang('SHOW_AGREEMENT') ~ lang('COLON') }}</label><br><span>{{ lang('SHOW_AGREEMENT_EXPLAIN') }}</span></dt>
42+
<dd><label><input type="radio" class="radio" id="show_agreement" name="show_agreement" value="1"{% if SHOW_AGREEMENT %} checked{% endif %}> {{ lang('YES') }}</label>
43+
<label><input type="radio" class="radio" name="show_agreement" value="0"{% if not SHOW_AGREEMENT %} checked{% endif %}> {{ lang('NO') }}</label></dd>
4444
</dl>
4545
</fieldset>
4646
<fieldset class="submit-buttons">

0 commit comments

Comments
 (0)