James Moger
2015-09-30 7be48d8d14c74dfb10ba3d71f12a78505daf29a6
src/main/java/com/gitblit/wicket/pages/BlobPage.java
@@ -195,7 +195,8 @@
      } else {
         sb.append("<pre class=\"plainprint\">");
      }
      lines = StringUtils.escapeForHtml(source, true).split("\n");
      final int tabLength = app().settings().getInteger(Keys.web.tabLength, 4);
      lines = StringUtils.escapeForHtml(source, true, tabLength).split("\n");
      sb.append("<table width=\"100%\"><tbody>");