James Moger
2011-04-17 e299e1e9071d02ceefa2b5154f0fd1af5cbe115e
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 '+':