mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
DS-1772 Bootstrap JSPUI - When editing an item there is an extra empty row at the bottom of the table resulting in a partial border
This commit is contained in:
@@ -493,8 +493,6 @@
|
|||||||
<% row = (row.equals("odd") ? "even" : "odd");
|
<% row = (row.equals("odd") ? "even" : "odd");
|
||||||
} %>
|
} %>
|
||||||
|
|
||||||
<tr><td> </td></tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td headers="t1" colspan="3" class="<%= row %>RowEvenCol">
|
<td headers="t1" colspan="3" class="<%= row %>RowEvenCol">
|
||||||
|
Reference in New Issue
Block a user