1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-25 18:13:28 +01:00

[ticket/14492] Add missing input name

PHPBB3-14492
This commit is contained in:
Marc Alexander 2016-02-20 11:58:36 +01:00
parent f9b46a4ae7
commit 80a63a9a94
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -32,7 +32,7 @@
</div>
<dl class="send-stats-settings">
<dt>
<input id="help_send_statistics" type="checkbox"<!-- IF S_COLLECT_STATS --> checked="checked"<!-- ENDIF --> />
<input name="help_send_statistics" id="help_send_statistics" type="checkbox"<!-- IF S_COLLECT_STATS --> checked="checked"<!-- ENDIF --> />
<label for="help_send_statistics"></label>
</dt>
<dd>{L_SEND_STATISTICS_LONG}</dd>