From f09f249c0eacbc73592c4f656a9c34f6bc1df1cc Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 23 Nov 2012 10:52:43 -0500
Subject: [PATCH] Added JCalendar 1.3.2 dependency

---
 groovy/sendmail-html.groovy |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/groovy/sendmail-html.groovy b/groovy/sendmail-html.groovy
index 11227d4..0076e83 100644
--- a/groovy/sendmail-html.groovy
+++ b/groovy/sendmail-html.groovy
@@ -329,7 +329,9 @@
              writeStatusLabel("rename", "rename")
         }
         builder.td() {
-            a(href:blobDiffUrl(id, header.newPath), header.olPath + " -> " + header.newPath)
+            mkp.yield header.oldPath
+			mkp.yieldUnescaped "<b> -&rt; </b>"
+			a(href:blobDiffUrl(id, header.newPath),  header.newPath)
         }
     }
 

--
Gitblit v1.9.1