Added attribute whitespace

This commit is contained in:
Mike Francis 2013-07-31 09:26:45 +01:00
parent 46a424fc93
commit 873f884327
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</form>
{% highlight html %}
<input class="form-control input-large" type="text" placeholder=".input-large">
<input class="form-control"type="text" placeholder="Default input">
<input class="form-control" type="text" placeholder="Default input">
<input class="form-control input-small" type="text" placeholder=".input-small">
<select class="form-control input-large">...</select>