william
2015-08-05 b6c0e96a945408f79b7b6979f1243c8ec89cbd5d
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>");