File tree 2 files changed +2
-2
lines changed
main/java/org/apache/maven/report/projectinfo/dependencies/renderer 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def summaryLine = '''\
25
25
<td align="right">compile: 47</td>
26
26
<td align="right">compile: 36</td>
27
27
<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>
29
29
<td align="right">compile: 1</td></tr>
30
30
<tr class="a">
31
31
<td align="right">runtime: 1</td>
Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ private void tableRowWithRowspan(
735
735
if (!alreadyInserted ) {
736
736
SinkEventAttributes att = new SinkEventAttributeSet ();
737
737
att .addAttribute (Attribute .ROWSPAN , rowspan );
738
- att .addAttribute (Attribute .STYLE , "vertical-align: middle" );
738
+ att .addAttribute (Attribute .STYLE , "vertical-align: middle; " );
739
739
sink .tableCell (att );
740
740
text (content [i ]);
741
741
sink .tableCell_ ();
You can’t perform that action at this time.
0 commit comments