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 18cdc06 commit 020663dCopy full SHA for 020663d
opengrok-web/src/main/webapp/history.jsp
@@ -410,7 +410,7 @@ document.domReady.push(function() {domReadyHistory();});
410
} else {
411
%>
412
<a class="h" href="<%= context + Prefix.XREF_P + Util.uriEncodePath(ifile) %>?<%= QueryParameters.REVISION_PARAM_EQ %>
413
-<%= rev %>"><%= Util.htmlize(jfile) %></a><br/><%
+<%= Util.uriEncode(rev) %>"><%= Util.htmlize(jfile) %></a><br/><%
414
}
415
416
%></div><%
0 commit comments