Skip to content

Commit bb434b8

Browse files
committed
Merge pull request #14 from adriaanm/semicolon
html doesn't infer semicolons like scala does
2 parents 7e6ed9c + 171cc8f commit bb434b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/GitInfo.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class GitInfo(gitDir: java.io.File, val previousTag: String, val currentTag: Str
5252
private def commitShaLink(sha: String) =
5353
s"""<a href="https://github.com/scala/scala/commit/${sha}">${sha}</a>"""
5454

55-
private def blankLine(): String = "<p>&nbsp</p>"
55+
private def blankLine(): String = "<p>&nbsp;</p>"
5656
private def header4(msg: String): String = s"<h4>$msg</h4>"
5757

5858
def renderCommitterList: String = {

0 commit comments

Comments
 (0)