Commit 046d82f0 authored by Robert Burns's avatar Robert Burns
Browse files

Fix invalid input within docs

parent 79a42694
Showing with 2 additions and 2 deletions
+2 -2
......@@ -1273,10 +1273,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
<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>
{% highlight html %}
<input class="col col-lg-3" type="email" placeholder="test@example.com" required>
<input type="email" placeholder="test@example.com" required>
{% endhighlight %}
<h3 id="forms-disabled-inputs">Disabled inputs</h3>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment