Fixed typo for bootstrap setting: `data-toogle` to `data-toggle`

This commit is contained in:
Will Cosgrove 2012-05-08 22:31:20 -05:00
parent e225ad2278
commit c0627bf8a7
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ module Locomotive
if render_children_for_page?(page, depth) && bootstrap?
css += ' dropdown'
link_options = %{ class="dropdown-toggle" data-toogle="dropdown"}
link_options = %{ class="dropdown-toggle" data-toggle="dropdown"}
href = '#'
caret = %{ <b class="caret"></b>}
end