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