mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14492] Add missing input name
PHPBB3-14492
This commit is contained in:
parent
f9b46a4ae7
commit
80a63a9a94
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
</div>
|
</div>
|
||||||
<dl class="send-stats-settings">
|
<dl class="send-stats-settings">
|
||||||
<dt>
|
<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>
|
<label for="help_send_statistics"></label>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>{L_SEND_STATISTICS_LONG}</dd>
|
<dd>{L_SEND_STATISTICS_LONG}</dd>
|
||||||
|
|
Loading…
Add table
Reference in a new issue