James Moger
2013-12-09 5e3521f8496511db4df45f011ea72f25623ad90f
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);