| The clearcase changelog is no longer correctly displayed. All comments are concatenated into one line.
- An end of line is changed to <br> and when looking at html source it contains <br>
- changelog.xml contains " and " appears in source html ( can be fixed by modifying changelog.xml changing " to " )
Original ( in changelog.xml ) <user>myUserName</user> <comment>My Change Comment the second line of my comment </comment> Jenkins Job - Recent Changes #1234 ( Apr 10, 2019 ...) 1. myUserName detail My Change Comment*<br>the second line of my comment<br>* html page source class="changeset-message"><b>1. <a href="/jenkins/user/myUser/">myUserName</a> on 16/04/2019 13:22:59</b><br /> My Change Comment*<br>the second line of my comment <br>* I can't remember when it first happened, could have been the change from http to https  Could also be the configuration of the ReverseProxy |