James Moger
2014-02-28 4be7d8cd93084a2be3cd85f1d51dcb21af67eccf
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);