Skip to content

Commit 61e78f8

Browse files
committed
add tr tag.
Поправил опечатку.
1 parent b2fee25 commit 61e78f8

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

  • 2-ui/4-forms-controls/3-events-change/1-calculate-capitalization/source.view

2-ui/4-forms-controls/3-events-change/1-calculate-capitalization/source.view/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@
6868
<th id="money-before"></th>
6969
<th id="money-after"></th>
7070
</tr>
71-
<td>
72-
<div style="background: red;width:40px;height:100px"></div>
73-
</td>
74-
<td>
75-
<div style="background: green;width:40px;height:0" id="height-after"></div>
76-
</td>
71+
<tr>
72+
<td>
73+
<div style="background: red;width:40px;height:100px"></div>
74+
</td>
75+
<td>
76+
<div style="background: green;width:40px;height:0" id="height-after"></div>
77+
</td>
78+
</tr>
7779
</table>
7880

7981
<script>
@@ -99,4 +101,4 @@
99101

100102
</body>
101103

102-
</html>
104+
</html>

0 commit comments

Comments
 (0)