James Moger
2011-04-15 87cc1ed60735a419a3ea23f20614fc0a3f9bab60
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 '+':