fix(curriculum): added extra line before </section> tag - Engl… (#36278)
This commit is contained in:
@ -53,4 +53,5 @@ tests:
|
||||
```html
|
||||
<img src="doingKarateWow.jpeg" alt="Someone doing karate">
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -101,4 +101,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -80,4 +80,5 @@ tests:
|
||||
<button>Delete Internet</button>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -67,4 +67,5 @@ tests:
|
||||
</article>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -92,4 +92,5 @@ tests:
|
||||
</main>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -151,4 +151,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -123,4 +123,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -85,4 +85,5 @@ tests:
|
||||
</article>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -65,4 +65,5 @@ tests:
|
||||
</main>
|
||||
<footer></footer>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -76,4 +76,5 @@ tests:
|
||||
<p>To Come...</p>
|
||||
</article>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -239,4 +239,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -99,4 +99,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -118,4 +118,5 @@ tests:
|
||||
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -104,4 +104,5 @@ tests:
|
||||
</main>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -115,4 +115,5 @@ tests:
|
||||
</main>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -126,4 +126,5 @@ const datetimeAttr = $(timeElement).attr("datetime");
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -84,4 +84,5 @@ tests:
|
||||
<h3>How to Simplify your Life</h3>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -145,4 +145,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -119,4 +119,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -100,4 +100,5 @@ tests:
|
||||
</article>
|
||||
</main>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -158,4 +158,5 @@ tests:
|
||||
<footer>© 2018 Camper Cat</footer>
|
||||
</body>
|
||||
```
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user