File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,11 @@ document.domReady.push(function() {domReadyHistory();});
230
230
<th ><input type =" submit" value =" Compare " />
231
231
<% if (hist. getHistoryEntries(). size() > revision1Index && revision1Index >= 0 ) { % >
232
232
<input type =" hidden" id =" input_r1" name =" <%= QueryParameters . REVISION_1_PARAM % >"
233
- value =" <%= Util . uriEncodePath( path) + ' @' + hist. getHistoryEntries(). get(revision1Index). getRevision() % >" />
233
+ value =" <%= path + ' @' + hist. getHistoryEntries(). get(revision1Index). getRevision() % >" />
234
234
<% } % >
235
235
<% if (hist. getHistoryEntries(). size() > revision2Index && revision2Index >= 0 ) { % >
236
236
<input type =" hidden" id =" input_r2" name =" <%= QueryParameters . REVISION_2_PARAM % >"
237
- value =" <%= Util . uriEncodePath( path) + ' @' + hist. getHistoryEntries(). get(revision2Index). getRevision() % >" />
237
+ value =" <%= path + ' @' + hist. getHistoryEntries(). get(revision2Index). getRevision() % >" />
238
238
<% } % >
239
239
</th ><%
240
240
}
@@ -323,7 +323,7 @@ document.domReady.push(function() {domReadyHistory();});
323
323
data-revision-1 =" <%= revision1Index % >"
324
324
data-revision-2 =" <%= (startIndex + count) % >"
325
325
data-diff-revision =" <%= QueryParameters . REVISION_2_PARAM % >"
326
- data-revision-path =" <%= Util . htmlize( path) + ' @' + hist. getHistoryEntries(). get(startIndex + count). getRevision() % >"
326
+ data-revision-path =" <%= path + ' @' + hist. getHistoryEntries(). get(startIndex + count). getRevision() % >"
327
327
<%
328
328
if (count + startIndex < revision2Index || (count + startIndex > revision2Index && count + startIndex <= revision1Index - 1)) {
329
329
// revision2 enabled
You can’t perform that action at this time.
0 commit comments