Project

General

Profile

Actions

Defect #32729

open

Line breaks when creating ticket or comment via Mail

Added by Robert Röttger about 4 years ago. Updated over 3 years ago.

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>&nbsp;</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 #1

Updated by Go MAEDA over 3 years ago

  • Category set to Email receiving
Actions

Also available in: Atom PDF