diff options
| author | Mark Otto <[email protected]> | 2013-09-24 21:27:49 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-24 21:27:49 -0500 |
| commit | 1a476b623ebea6b5f95161b865fb38ddd766fa84 (patch) | |
| tree | 19f79a80d86ac13da942e4adfd3594a38b0c2bd6 /css.html | |
| parent | 827fbc0a11e6920ee0b842369a5d6605ea3e4e19 (diff) | |
| download | bootstrap-1a476b623ebea6b5f95161b865fb38ddd766fa84.tar.xz bootstrap-1a476b623ebea6b5f95161b865fb38ddd766fa84.zip | |
don't include . in link
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1663,7 +1663,7 @@ For example, <code><section></code> should be wrapped as inline. {% endhighlight %} <div class="bs-callout bs-callout-info"> <h4>Input groups</h4> - <p>To add integrated text or buttons before and/or after any text-based <code><input></code>, <a href="../components/#input-groups">check out the input group component.</a></p> + <p>To add integrated text or buttons before and/or after any text-based <code><input></code>, <a href="../components/#input-groups">check out the input group component</a>.</p> </div> <h3>Textarea</h3> |
