mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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 -->
|
||||
<tr>
|
||||
<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 style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{warn.ID}" /></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue