Browse Source

space character

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

2
mod.php

@ -1031,7 +1031,7 @@
foreach($boards as &$_board) { foreach($boards as &$_board) {
$__boards .= '<li>' . $__boards .= '<li>' .
'<input type="checkbox" name="board_' . $_board['uri'] . '" id="board_' . $_board['uri'] . '"' . '<input type="checkbox" name="board_' . $_board['uri'] . '" id="board_' . $_board['uri'] . '"' .
'<label style="display:inline" for="board_' . $_board['uri'] . '">' . '<label style="display:inline" for="board_' . $_board['uri'] . '"> ' .
($_board['uri'] == '*' ? ($_board['uri'] == '*' ?
'<em>"*"</em>' '<em>"*"</em>'
: :

Loading…
Cancel
Save