Issues text area constrained to 255 chars
Created by: dabeeeenster
Getting this HTML when trying to add a new issue:
<textarea cols="40" id="issue_title" maxlength="255" name="issue[title]" rows="20" style="width:718px; height:100px">
</textarea>
Any ideas? Not sure why the maxlength is set - is this related to the DB schema?