src/com/gitblit/utils/HtmlDiffFormatter.java
@@ -91,7 +91,7 @@ ByteArrayOutputStream bos = new ByteArrayOutputStream(); text.writeLine(bos, cur); String line = bos.toString(); line = Utils.escapeForHtml(line, false); line = StringUtils.escapeForHtml(line, false); os.write(line.getBytes()); switch (prefix) { case '+':