Ticket #1018: console.html.patch

File console.html.patch, 627 bytes (added by Kami, 3 years ago)
  • master/buildbot/status/web/templates/console.html

    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) { 
    208208    
    209209  <tr> 
    210210    <td colspan="{{ r.span }}" class='DevComment {{ alt }}'>  
    211       {{ r.comments|changecomment(r.project or None)|replace('\n', '<br/>').replace('  ','&nbsp; ') }} 
     211      {{ r.comments|changecomment(r.project or None)|replace('\n', '<br/>')|replace('  ','&nbsp; ') }} 
    212212    </td> 
    213213  </tr> 
    214214