James Moger
2014-02-28 c8a833a2ea7d03a5c29ebcd1cf7e2e05c96f3e70
src/main/java/com/gitblit/wicket/pages/DocsPage.java
@@ -59,8 +59,9 @@
      List<MarkupDocument> roots = processor.getRootDocs(r, repositoryName, commitId);
      Fragment fragment = null;
      if (roots.isEmpty()) {
         // no identified root documents just show the standard document list
         // no identified root documents
         fragment = new Fragment("docs", "noIndexFragment", this);
         setResponsePage(NoDocsPage.class, params);
      } else {
         // root documents, use tabbed ui of index/root and document list
         fragment = new Fragment("docs", "tabsFragment", this);