Roundup Tracker - Issues

Message6642

Author rouilj
Recipients matt109, rouilj
Date 2019-09-17.21:03:01
Message-id <1568754181.48.0.975991988544.issue2551060@roundup.psfhosted.org>
In-reply-to
Hi Matt:

Can you check the html textarea using your browser's debugging tools. It should look something like:

<textarea name="@note" rows="10" cols="72" edit_id="eta_0" wrap="hard"></textarea>

note the presence of wrap="hard". If this is missing, please edit
the issue.item.html template in the html directory of the tracker
and add the wrap="hard" to the template.

Also when you have no line breaks in the message, are you using the return key to add line breaks when you create the message?
History
Date User Action Args
2019-09-17 21:03:01rouiljsetmessageid: <1568754181.48.0.975991988544.issue2551060@roundup.psfhosted.org>
2019-09-17 21:03:01rouiljsetrecipients: + rouilj, matt109
2019-09-17 21:03:01rouiljlinkissue2551060 messages
2019-09-17 21:03:01rouiljcreate