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 17c862a commit 399505bCopy full SHA for 399505b
opengrok-web/src/main/webapp/list.jsp
@@ -358,7 +358,7 @@ Click <a href="<%= rawPath %>">download <%= basename %></a><%
358
} else {
359
if (!cfg.getEnv().isGenerateHtml()) {
360
// Economy mode is on and failed to get the last revision (presumably running with history turned off).
361
- // Generate dummy revision string so that xref can be generated from the resource file directly.
+ // Use dummy revision string so that xref can be generated from the resource file directly.
362
location = cfg.getRevisionLocation(DUMMY_REVISION);
363
response.sendRedirect(location);
364
return;
0 commit comments