File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/org/apache/maven/report/projectinfo/dependencies/renderer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def summaryLine = '''\
2525<td align="right">compile: 47</td>
2626<td align="right">compile: 36</td>
2727<td align="right">compile: 4</td>
28- <td rowspan="3" style="vertical-align: middle" align="center">1.3</td>
28+ <td rowspan="3" style="vertical-align: middle; " align="center">1.3</td>
2929<td align="right">compile: 1</td></tr>
3030<tr class="a">
3131<td align="right">runtime: 1</td>
Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ private void tableRowWithRowspan(
735735 if (!alreadyInserted ) {
736736 SinkEventAttributes att = new SinkEventAttributeSet ();
737737 att .addAttribute (Attribute .ROWSPAN , rowspan );
738- att .addAttribute (Attribute .STYLE , "vertical-align: middle" );
738+ att .addAttribute (Attribute .STYLE , "vertical-align: middle; " );
739739 sink .tableCell (att );
740740 text (content [i ]);
741741 sink .tableCell_ ();
You can’t perform that action at this time.
0 commit comments