Skip to content

Commit 6a978c4

Browse files
committed
further reduce white space
1 parent 6f2abe0 commit 6a978c4

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

opengrok-web/src/main/webapp/diff.jsp

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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
%>

0 commit comments

Comments
 (0)