Skip to content

Commit 0bfe73e

Browse files
committed
Fix invalid HTML in the intro page
1 parent 54a474b commit 0bfe73e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Demo/Common/Samples/00.Intro.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 align="center" style="color: white">
1010
<span style="font-size: x-small;">Release $$Release$$</span>
1111
</h1>
1212
<blockquote class="whitehole">
13-
<p style="margin-top: 0px">
13+
<div style="margin-top: 0px">
1414
<table border="0" width="100%">
1515
<tr style="vertical-align: top;">
1616
<td width="32" style="padding: 2px 5px 0 0">
@@ -26,7 +26,7 @@ <h1 align="center" style="color: white">
2626
</td>
2727
</tr>
2828
</table>
29-
</p>
29+
</div>
3030
<h3>
3131
Text selection (copy to clipboard)
3232
</h3>

0 commit comments

Comments
 (0)