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"
112112 </thead >
113113 <tbody >
114114 <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" />
117116 </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" />
120118 </td >
121119 </tr >
122120 </tbody >
@@ -218,12 +216,8 @@ action=download">download diff</a></span><%
218216 " ?" + QueryParameters . REVISION_PARAM_EQ ;
219217 % >
220218 <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 >
227221 </tr ></thead ><%
228222 }
229223 % >
You can’t perform that action at this time.
0 commit comments