James Moger
2012-03-12 23b6eb52efa21a6ef386acade5c1c515012ceb39
src/com/gitblit/wicket/panels/CommitHeaderPanel.java
@@ -32,7 +32,7 @@
      add(new Label("author"));
      add(new Label("date"));
   }
   public CommitHeaderPanel(String id, String repositoryName, RevCommit c) {
      super(id);
      add(new LinkPanel("shortmessage", "title", c.getShortMessage(), CommitPage.class,