James Moger
2014-04-09 679a4457fb1d7fe39ca40a8b7371ce803fa0a2e8
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);