diff options
| author | Mark Otto <[email protected]> | 2012-06-20 00:06:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-20 00:06:05 -0700 |
| commit | 089f42a07fd9e7ed393e9e4961ec4f5ff61aa173 (patch) | |
| tree | ce5ed3d2a92f001d8c34b167a4e6c54fcb367312 /docs/components.html | |
| parent | d704d6f0ed3d87377b2c53f29c5d196f75c24e6d (diff) | |
| download | bootstrap-089f42a07fd9e7ed393e9e4961ec4f5ff61aa173.tar.xz bootstrap-089f42a07fd9e7ed393e9e4961ec4f5ff61aa173.zip | |
fix html typos
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index 825e9fdac..2207103f5 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1316,7 +1316,7 @@ <pre class="prettyprint linenums"> <div class="pagination"> <ul> - <li><a href="#">Prev</a></li> + <li><a href="#">Prev</a></li> <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> @@ -1350,7 +1350,7 @@ <pre class="prettyprint linenums"> <div class="pagination "> <ul> - <li class="disabled"><a href="#">Prev</a></li> + <li class="disabled"><a href="#">Prev</a></li> <li class="active"><a href="#">1</a></li> ... </ul> |
