1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 20:44:01 +01:00

Merge pull request #4302 from cyberalien/ticket/14612

[ticket/14612] Fix incorrect class for fieldset in mcp_approve.html
This commit is contained in:
Marc Alexander 2016-06-04 16:15:48 +02:00
commit 82649b37e4

View File

@ -39,7 +39,7 @@
<fieldset>
<!-- IF S_NOTIFY_POSTER -->
<dl class="panel">
<dl class="fields2 nobg">
<dt>&nbsp;</dt>
<dd><label><input type="checkbox" name="notify_poster" checked="checked" /> <!-- IF S_APPROVE -->{L_NOTIFY_POSTER_APPROVAL}<!-- ELSE -->{L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --></label></dd>
</dl>