Skip to content

Commit

Permalink
Fix label notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmeneses committed Jul 26, 2017
1 parent 759009d commit c199f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private class EventListener implements SonarQubeNotificationListener {
}

private String createMessage(SonarQubeNotification notification) {
return notification.message() + ". <a href=\"" + notification.link() + "\">Check it here</a>.";
return notification.message() + "<br/>. <a href=\"" + notification.link() + "\">Check it here</a>.";
}
}
}

0 comments on commit c199f08

Please sign in to comment.