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><%
219219 % >
220220 <thead ><tr >
221221 <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 >
225223 </th >
226224 <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 >
230226 </th >
231227 </tr ></thead ><%
232228 }
You can’t perform that action at this time.
0 commit comments