Browse Source

no text warp on board column in mod.php?/bans

pull/40/head
Savetheinternet 13 years ago
parent
commit
0c41f53e62
  1. 2
      mod.php

2
mod.php

@ -1489,7 +1489,7 @@
'<td>' . ($ban['reason'] ? $ban['reason'] : '<em>-</em>') . '</td>' .
'<td>' .
'<td style="white-space: nowrap">' .
(isset($ban['uri']) ?
sprintf($config['board_abbreviation'], $ban['uri'])
:

Loading…
Cancel
Save