|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

In my browser, I mouse over both areas and do 'Inspect Element'.
It clearly shows that the <br> are retained on the build page, but removed in the Build History area.
Build History:
<div class="pane desc indent-multiline zws-inserted">d9489496line2line3line4 </div>
Build Page:
<div>d9489496<br>line2<br>line3<br>line4</div>