Browse Source

"Show thread" should be selected by default.

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

2
mod.php

@ -2317,7 +2317,7 @@
'<tr>' . '<tr>' .
'<th><label for="message">Leave shadow thread</label></th>' . '<th><label for="message">Leave shadow thread</label></th>' .
'<td>' . '<td>' .
'<input type="checkbox" id="shadow" name="shadow"/>' . '<input type="checkbox" id="shadow" name="shadow" checked/>' .
' <span class="unimportant">(locks thread; replies to it with a link.)</span>' . ' <span class="unimportant">(locks thread; replies to it with a link.)</span>' .
'</td>' . '</td>' .
'</tr>' . '</tr>' .

Loading…
Cancel
Save