We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac9223 commit e24a7d7Copy full SHA for e24a7d7
opengrok-web/src/main/webapp/history.jsp
@@ -340,11 +340,11 @@ document.domReady.push(function() {domReadyHistory();});
340
if (author == null) {
341
%>(no author)<%
342
} else if (userPage != null && userPage.length() > 0) {
343
- String alink = Util.getEmail(author);
+ String alink = Util.getEmail(author);
344
%><a href="<%= userPage + Util.htmlize(alink) + userPageSuffix
345
%>"><%= Util.htmlize(author)%></a><%
346
} else {
347
- %><%= author %><%
+ %><%= Util.htmlize(author) %><%
348
}
349
%></td>
350
<td><a name="<%= rev %>"></a><%
0 commit comments