From adf0e0a95e0b8bff650f21081da469b7b4fd1326 Mon Sep 17 00:00:00 2001 From: James Moger Date: Fri, 9 Nov 2012 09:30:00 -0500 Subject: [PATCH] Tweaks to rename reporting in sendmail-html --- groovy/sendmail-html.groovy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/groovy/sendmail-html.groovy b/groovy/sendmail-html.groovy index 11227d4f..0076e832 100644 --- a/groovy/sendmail-html.groovy +++ b/groovy/sendmail-html.groovy @@ -329,7 +329,9 @@ class HtmlMailWriter { writeStatusLabel("rename", "rename") } builder.td() { - a(href:blobDiffUrl(id, header.newPath), header.olPath + " -> " + header.newPath) + mkp.yield header.oldPath + mkp.yieldUnescaped " -&rt; " + a(href:blobDiffUrl(id, header.newPath), header.newPath) } } -- 2.39.5