diff options
| author | Tom Pietschker <[email protected]> | 2013-02-18 20:57:54 -0500 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-02-18 20:57:54 -0500 |
| commit | 4c00f290f226876aa67d0440e64196e21729a0a5 (patch) | |
| tree | 9a3d93272e2bd143d110324de47ecaf98b61b7be | |
| parent | 023568fe3dba59b7f5c12ac610e02fd8bd6c772f (diff) | |
| download | bootstrap-4c00f290f226876aa67d0440e64196e21729a0a5.tar.xz bootstrap-4c00f290f226876aa67d0440e64196e21729a0a5.zip | |
fix incorrect section id for labels
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 63c37131e..b05d9c6e9 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1277,7 +1277,7 @@ title: Components <!-- Labels ================================================== --> - <section id="counters"> + <section id="labels"> <div class="page-header"> <h1>Labels</h1> </div> |
