Fix HTML validation errors.

This commit is contained in:
XhmikosR 2017-08-11 12:43:17 +03:00
parent 14cb6a6495
commit 61e8aa2a55
2 changed files with 8 additions and 4 deletions

View File

@ -12,9 +12,13 @@
{% include docs-navbar.html %}
<main id="content" role="main">
{% if page.layout == "simple" %}
{{ content }}
</main>
{% else %}
<main id="content" role="main">
{{ content }}
</main>
{% endif %}
{% include footer.html %}
{% include scripts.html %}

View File

@ -510,8 +510,8 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar
<input type="email" class="form-control" id="exampleDropdownFormEmail2" placeholder="email@example.com">
</div>
<div class="form-group">
<label for="exampleDropdownFormEmail2">Password</label>
<input type="password" class="form-control" id="exampleDropdownFormEmail2" placeholder="Password">
<label for="exampleDropdownFormPassword2">Password</label>
<input type="password" class="form-control" id="exampleDropdownFormPassword2" placeholder="Password">
</div>
<div class="form-check">
<label class="form-check-label">