diff --git a/master/buildbot/status/web/templates/console.html b/master/buildbot/status/web/templates/console.html
index d9c6d32..f5ef392 100644
|
a
|
b
|
function checkMouseLeave(element, event) { |
| 208 | 208 | |
| 209 | 209 | <tr> |
| 210 | 210 | <td colspan="{{ r.span }}" class='DevComment {{ alt }}'> |
| 211 | | {{ r.comments|changecomment(r.project or None)|replace('\n', '<br/>').replace(' ',' ') }} |
| | 211 | {{ r.comments|changecomment(r.project or None)|replace('\n', '<br/>')|replace(' ',' ') }} |
| 212 | 212 | </td> |
| 213 | 213 | </tr> |
| 214 | 214 | |