apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

line breaks in description lost in HTML invitation #326

Open macosforgebot opened 13 years ago

macosforgebot commented 13 years ago

mail@… originally submitted this as ticket:418


I have entered several lines of text into my event description. In the HTML-Mail which is sent by the calendar server no <br/> are inserted for the \n. Therefore all line breaks are lost.

It looks like the following:

  <p>
    <h3>Datum:</h3> Saturday, 19. February 2011 
    </p>
    <p>
    <h3>Zeit:</h3> 5:30 abends bis 10:30 abends CET (5 Stunden)
    </p>
    <p>
    <h3>Beschreibung:</h3>line 1

line3

line5
    </p>

which gets line1line3line5 when rendered as HTML.

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:418

macosforgebot commented 12 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:418

macosforgebot commented 12 years ago

@wsanchez originally submitted this as comment:3:⁠ticket:418