James Moger
2014-04-17 7c95e9cf122b933823d7743c9b7e91f065bd59be
src/main/java/com/gitblit/wicket/pages/DocPage.java
@@ -67,6 +67,10 @@
         }
      }
      if (markupText == null) {
         markupText = "";
      }
      BugtraqProcessor bugtraq = new BugtraqProcessor(app().settings());
      markupText = bugtraq.processText(getRepository(), repositoryName, markupText);