mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-18 15:04:26 +01:00
fix extraneous closing tag in example HTML (#97)
Prettier caught the extra `</div>`. Technically, `<body>` doesn't need to be closed, but it helps keep indentation consistent.
This commit is contained in:
@@ -154,8 +154,8 @@ Start by defining the app's layout in `index.html`:
|
|||||||
<input type="submit" value="Send" />
|
<input type="submit" value="Send" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</main>
|
||||||
</main>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user