Skip to content

Commit 6b53a0e

Browse files
committed
< > typos
1 parent 7a9d36f commit 6b53a0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapter-2a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(document).ready (function () {
4040
}) ;
4141
```
4242

43-
<b>Step 2:</b> Add controls in your html page to post files for translation. Add the following code between the <body></body> tags.
43+
<b>Step 2:</b> Add controls in your html page to post files for translation. Add the following code between the &lt;body&gt;&lt;/body&gt; tags.
4444
```
4545
<div class="container">
4646
<div class="panel panel-default">

chapter-2b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $(document).ready (function () {
3232
}) ;
3333
```
3434

35-
<b>Step 2:</b> Add controls in your html page to post files for translation. Add the following code between the <body></body> tags.
35+
<b>Step 2:</b> Add controls in your html page to post files for translation. Add the following code between the &lt;body&gt;&lt;/body&gt; tags.
3636
```
3737
<div class="container">
3838
<div class="panel panel-default">

0 commit comments

Comments
 (0)