mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fix HTML validation errors.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user