mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/16938] Replace invalid nowrap with white-space css
PHPBB3-16938
This commit is contained in:
parent
9e44ba096e
commit
a0477a10ce
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<!-- BEGIN warn -->
|
<!-- BEGIN warn -->
|
||||||
<tr>
|
<tr>
|
||||||
<td>{warn.USERNAME}</td>
|
<td>{warn.USERNAME}</td>
|
||||||
<td style="text-align: center; nowrap: nowrap;">{warn.DATE}</td>
|
<td style="text-align: center; white-space: nowrap;">{warn.DATE}</td>
|
||||||
<td>{warn.ACTION}</td>
|
<td>{warn.ACTION}</td>
|
||||||
<td style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{warn.ID}" /></td>
|
<td style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{warn.ID}" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue