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 d0fd923 commit fc82765Copy full SHA for fc82765
opengrok-web/src/main/webapp/list.jsp
@@ -349,8 +349,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
349
// requesting cross referenced file
350
File xrefFile = null;
351
352
- // Get the latest revision and redirect so that the revision number
353
- // appears in the URL.
+ // Get the latest revision and redirect so that the revision number appears in the URL.
354
String location = cfg.getRevisionLocation(cfg.getLatestRevision());
355
if (location != null) {
356
response.sendRedirect(location);
0 commit comments