Merge pull request #2165 from alisdt/alisdt-patch-1

fix error in rt-task tutorial code: "class" => "style"
This commit is contained in:
Becky Gilbert 2021-09-22 09:38:45 -07:00 committed by GitHub
commit 41df53bc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ var instructions = {
<div style='width: 700px;'>
<div style='float: left;'><img src='img/blue.png'></img>
<p class='small'><strong>Press the F key</strong></p></div>
<div class='float: right;'><img src='img/orange.png'></img>
<div style='float: right;'><img src='img/orange.png'></img>
<p class='small'><strong>Press the J key</strong></p></div>
</div>
<p>Press any key to begin.</p>