Actions
Defect #32729
openLine breaks when creating ticket or comment via Mail
Status:
New
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hello,
this affects new created issues from mail and tickets comments coming from mail.
when I send a mail like this:
hello my name is test
I will get in redmine:
<p>hello</p> <p>my</p> <p>name</p> <p>is</p> <p> </p> <p>test</p>
this looks like this:
hello my name is test
this is pretty ugly and space consuming. its like double line breaks. can we not use </br> instead of <p> tags?
the prefered structure could be:
<p>hello <br/>my<br/> name<br/> is</p> <p>test</p>
you get what i mean? only open a new paragraph when there is an empty line between.
tested with mails coming from outlook and from web interface mails.
Actions