diff options
| author | Mark Otto <[email protected]> | 2012-08-07 23:07:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-07 23:07:53 -0700 |
| commit | 3c89f7bb5f69900db2d89348428019edd8fa7850 (patch) | |
| tree | 5a945e3a5a369af45ea61bbde1476ba5e5989058 /docs/templates/pages/javascript.mustache | |
| parent | 85f1f2257bb33b6775177b309cc36b50ed801d02 (diff) | |
| download | bootstrap-3c89f7bb5f69900db2d89348428019edd8fa7850.tar.xz bootstrap-3c89f7bb5f69900db2d89348428019edd8fa7850.zip | |
fix chevron on js docs and run make after table changes
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 32c08309c..296ccef81 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -26,7 +26,7 @@ <li><a href="#buttons"><i class="icon-chevron-right"></i> {{_i}}Button{{/i}}</a></li> <li><a href="#collapse"><i class="icon-chevron-right"></i> {{_i}}Collapse{{/i}}</a></li> <li><a href="#carousel"><i class="icon-chevron-right"></i> {{_i}}Carousel{{/i}}</a></li> - <li><a href="#typeahead">{{_i}}Typeahead{{/i}}</a></li> + <li><a href="#typeahead"><i class="icon-chevron-right"></i> {{_i}}Typeahead{{/i}}</a></li> <li><a href="#affix"><i class="icon-chevron-right"></i> {{_i}}Affix{{/i}}</a></li> </ul> </div> |
