mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme
This commit is contained in:
commit
054947adc0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
<td style="text-align: center">{usernotes.REPORT_AT}</td>
|
<td style="text-align: center">{usernotes.REPORT_AT}</td>
|
||||||
<td>{usernotes.ACTION}</td>
|
<td>{usernotes.ACTION}</td>
|
||||||
|
|
||||||
<!-- IF S_CLEAR_ALLOWED --><td width="5%" align="center"><input type="checkbox" name="marknote[]" id="note-{usernotes.ID}" value="{usernotes.ID}" /></td><!-- ENDIF -->
|
<!-- IF S_CLEAR_ALLOWED --><td style="width: 5%; text-align: center;"><input type="checkbox" name="marknote[]" id="note-{usernotes.ID}" value="{usernotes.ID}" /></td><!-- ENDIF -->
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue