Hacker News new | ask | show | jobs
by dfc 5124 days ago
I wish the title field was exactly eighty characters so that you would know where your title needed to be cropped, instead of bruteforcing it or piping it to wc or cut.

  -<td><input type="text" name="t" size="50"></td>
  +<td><input type="text" name="t" size="80"></td>