Hi,
When inputting a downtime comment with line returns, it appears like this :

IMO the <br/> tag should be interpreted. Eventually truncating the comment if there are too many lines.
I’m not sure that converting newline as <br> tag to store it in the DB is a good idea. Shouldn’t it be rather stored as ‘\n’ and converted when displayed?
