James Moger
2014-03-03 acaa2a2765c4864ef001ae1097285c4f5cf2987d
src/main/java/com/gitblit/wicket/panels/LogPanel.java
@@ -117,7 +117,7 @@
            String author = entry.getAuthorIdent().getName();
            LinkPanel authorLink = new LinkPanel("commitAuthor", "list", author,
                  GitSearchPage.class, WicketUtils.newSearchParameter(repositoryName,
                        objectId, author, Constants.SearchType.AUTHOR));
                        null, author, Constants.SearchType.AUTHOR));
            setPersonSearchTooltip(authorLink, author, Constants.SearchType.AUTHOR);
            item.add(authorLink);