File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -219,14 +219,10 @@ action=download">download diff</a></span><%
219
219
% >
220
220
<thead ><tr >
221
221
<th >
222
- <a href =" <%= linkPrefix % ><%= Util . uriEncode(data. getRev(0 )) % >" >
223
- <%= Util . htmlize(data. getFilename()) % > (<%= Util . htmlize(data. getRev(0 )) % > )
224
- </a >
222
+ <a href =" <%= linkPrefix % ><%= Util . uriEncode(data. getRev(0 )) % >" ><%= Util . htmlize(data. getFilename()) % > (<%= Util . htmlize(data. getRev(0 )) % > )</a >
225
223
</th >
226
224
<th >
227
- <a href =" <%= linkPrefix % ><%= Util . uriEncode(data. getRev(1 )) % >" >
228
- <%= Util . htmlize(data. getFilename()) % > (<%= Util . htmlize(data. getRev(1 )) % > )
229
- </a >
225
+ <a href =" <%= linkPrefix % ><%= Util . uriEncode(data. getRev(1 )) % >" ><%= Util . htmlize(data. getFilename()) % > (<%= Util . htmlize(data. getRev(1 )) % > )</a >
230
226
</th >
231
227
</tr ></thead ><%
232
228
}
You can’t perform that action at this time.
0 commit comments