Browse Source

Another minor HTML5-related fix

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 years ago
parent
commit
f2302069a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/Who.template.php

+ 1 - 1
Themes/default/Who.template.php

@@ -80,7 +80,7 @@ function template_main()
 
 		echo '
 							</td>
-							<td nowrap="nowrap">', $member['time'], '</td>
+							<td style="white-space: nowrap">', $member['time'], '</td>
 							<td>', $member['action'], '</td>
 						</tr>';