Skip to content

Commit 2774774

Browse files
authored
Merge pull request #1105 from guilliamxavier/patch-1
Fix &rt; to > in mail (in rename status line)
2 parents 884af5e + 511fbef commit 2774774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/distrib/data/groovy/sendmail-html.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ class HtmlMailWriter {
336336
}
337337
builder.td() {
338338
mkp.yield header.oldPath
339-
mkp.yieldUnescaped "<b> -&rt; </b>"
339+
mkp.yieldUnescaped "<b> -&gt; </b>"
340340
a(href:blobDiffUrl(id, header.newPath), header.newPath)
341341
}
342342
}

0 commit comments

Comments
 (0)