mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fix invalid input within docs
This commit is contained in:
+2
-2
@@ -1273,10 +1273,10 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="bs-example form-inline">
|
<form class="bs-example form-inline">
|
||||||
<input class="col col-lg-3" type="email" placeholder="test@example.com" required>
|
<input type="email" placeholder="test@example.com" required>
|
||||||
</form>
|
</form>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<input class="col col-lg-3" type="email" placeholder="test@example.com" required>
|
<input type="email" placeholder="test@example.com" required>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h3 id="forms-disabled-inputs">Disabled inputs</h3>
|
<h3 id="forms-disabled-inputs">Disabled inputs</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user