mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-22 06:39:52 +00:00
Fix HTML validation errors.
This commit is contained in:
parent
14cb6a6495
commit
61e8aa2a55
@ -12,9 +12,13 @@
|
|||||||
|
|
||||||
{% include docs-navbar.html %}
|
{% include docs-navbar.html %}
|
||||||
|
|
||||||
|
{% if page.layout == "simple" %}
|
||||||
|
{{ content }}
|
||||||
|
{% else %}
|
||||||
<main id="content" role="main">
|
<main id="content" role="main">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</main>
|
</main>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
{% include scripts.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">
|
<input type="email" class="form-control" id="exampleDropdownFormEmail2" placeholder="email@example.com">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="exampleDropdownFormEmail2">Password</label>
|
<label for="exampleDropdownFormPassword2">Password</label>
|
||||||
<input type="password" class="form-control" id="exampleDropdownFormEmail2" placeholder="Password">
|
<input type="password" class="form-control" id="exampleDropdownFormPassword2" placeholder="Password">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<label class="form-check-label">
|
<label class="form-check-label">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user