James Moger
2011-06-18 896c533de882d729a6fd8a30e08fd5a9e9eec27d
src/com/gitblit/wicket/pages/CommitPage.java
@@ -128,7 +128,7 @@
                  SearchType.AUTHOR));
            item.add(WicketUtils.createTimestampLabel("authorDate", entry.notesRef
                  .getAuthorIdent().getWhen(), getTimeZone()));
            item.add(new Label("noteContent", substituteText(entry.content))
            item.add(new Label("noteContent", GitBlit.self().processCommitMessage(repositoryName, entry.content))
                  .setEscapeModelStrings(false));
         }
      };