Commit 246fd64f authored by David Stutz's avatar David Stutz

Added whitespace before caret.

parent f4cee27a
......@@ -86,7 +86,7 @@
$('option[value="' + $(this).val() + '"]', select).attr('selected', checked);
$('.dropdown-toggle', container).html(options.text($('option:selected', select)) + '<b class="caret"></b>');
$('.dropdown-toggle', container).html(options.text($('option:selected', select)) + ' <b class="caret"></b>');
});
$('li a', container).on('click', function(event) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment