diff --git a/opengrok-web/src/main/webapp/history.jsp b/opengrok-web/src/main/webapp/history.jsp index bf781fe75e3..267a41dc37c 100644 --- a/opengrok-web/src/main/webapp/history.jsp +++ b/opengrok-web/src/main/webapp/history.jsp @@ -340,11 +340,11 @@ document.domReady.push(function() {domReadyHistory();}); if (author == null) { %>(no author)<% } else if (userPage != null && userPage.length() > 0) { - String alink = Util.getEmail(author); + String alink = Util.getEmail(author); %><%= Util.htmlize(author)%><% } else { - %><%= author %><% + %><%= Util.htmlize(author) %><% } %> <%