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 1a30e6d commit b85d217Copy full SHA for b85d217
opengrok-web/src/main/webapp/history.jsp
@@ -261,6 +261,7 @@ document.domReady.push(function() {domReadyHistory();});
261
if (dispRev == null || dispRev.isEmpty()) {
262
dispRev = "";
263
}
264
+ dispRev = Util.htmlize(dispRev);
265
String rev = entry.getRevision();
266
if (rev == null || rev.isEmpty()) {
267
rev = "";
0 commit comments