Skip to content

Commit

Permalink
Bring back new line in PR preview (#271)
Browse files Browse the repository at this point in the history
- Add another `\n`
- Replace `<b>` with `<strong>`
  • Loading branch information
llorca authored and giladgray committed Nov 30, 2016
1 parent e8d3db5 commit 7614652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preview.sh
Expand Up @@ -49,4 +49,4 @@ else
fi

# Submit comment
submitPreviewComment "<h3>${COMMIT_MESSAGE}</h3>\nPreview: <b>${PREVIEWS}</b>\nCoverage: ${COVERAGES}"
submitPreviewComment "<h3>${COMMIT_MESSAGE}</h3>\n\nPreview: <strong>${PREVIEWS}</strong>\nCoverage: ${COVERAGES}"

0 comments on commit 7614652

Please sign in to comment.