File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,9 @@ include file="/mast.jsp"
112
112
</thead >
113
113
<tbody >
114
114
<tr >
115
- <td >
116
- <img src =" <%= link % > ?<%= QueryParameters . REVISION_PARAM_EQ % ><%= Util . uriEncode(data. getRev(0 )) % >" alt =" previous image" />
115
+ <td ><img src =" <%= link % > ?<%= QueryParameters . REVISION_PARAM_EQ % ><%= Util . uriEncode(data. getRev(0 )) % >" alt =" previous image" />
117
116
</td >
118
- <td >
119
- <img src =" <%= link % > ?<%= QueryParameters . REVISION_PARAM_EQ % ><%= Util . uriEncode(data. getRev(1 )) % >" alt =" new image" />
117
+ <td ><img src =" <%= link % > ?<%= QueryParameters . REVISION_PARAM_EQ % ><%= Util . uriEncode(data. getRev(1 )) % >" alt =" new image" />
120
118
</td >
121
119
</tr >
122
120
</tbody >
@@ -218,12 +216,8 @@ action=download">download diff</a></span><%
218
216
" ?" + QueryParameters . REVISION_PARAM_EQ ;
219
217
% >
220
218
<thead ><tr >
221
- <th >
222
- <a href =" <%= linkPrefix % ><%= Util . uriEncode(data. getRev(0 )) % >" ><%= Util . htmlize(data. getFilename()) % > (<%= Util . htmlize(data. getRev(0 )) % > )</a >
223
- </th >
224
- <th >
225
- <a href =" <%= linkPrefix % ><%= Util . uriEncode(data. getRev(1 )) % >" ><%= Util . htmlize(data. getFilename()) % > (<%= Util . htmlize(data. getRev(1 )) % > )</a >
226
- </th >
219
+ <th ><a href =" <%= linkPrefix % ><%= Util . uriEncode(data. getRev(0 )) % >" ><%= Util . htmlize(data. getFilename()) % > (<%= Util . htmlize(data. getRev(0 )) % > )</a ></th >
220
+ <th ><a href =" <%= linkPrefix % ><%= Util . uriEncode(data. getRev(1 )) % >" ><%= Util . htmlize(data. getFilename()) % > (<%= Util . htmlize(data. getRev(1 )) % > )</a ></th >
227
221
</tr ></thead ><%
228
222
}
229
223
% >
You can’t perform that action at this time.
0 commit comments