Skip to content

Commit

Permalink
Merge brat push unch 'master' of github.com:elasticsearch/kibana4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Jun 18, 2014
2 parents 0add12c + e27cc46 commit 8a55417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kibana/components/vislib/modules/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define(function (require) {
.attr('class', 'header')
.append('div')
.attr('class', 'column-labels')
.html('<span class="btn btn-xs btn-default legend-toggle"><i class="fa fa-list-ul"></i></span>;');
.html('<span class="btn btn-xs btn-default legend-toggle"><i class="fa fa-list-ul"></i></span>');

list = legendWrap.append('ul')
.attr('class', 'legend-ul')
Expand Down

0 comments on commit 8a55417

Please sign in to comment.