Skip to content

Commit

Permalink
use fa-header instead on fa-font for header button
Browse files Browse the repository at this point in the history
  • Loading branch information
samkuehn committed Nov 3, 2014
1 parent 370e61d commit 1dda9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@
name: 'cmdHeading',
title: 'Heading',
hotkey: 'Ctrl+H',
icon: { glyph: 'glyphicon glyphicon-header', fa: 'fa fa-font', 'fa-3': 'icon-font' },
icon: { glyph: 'glyphicon glyphicon-header', fa: 'fa fa-header', 'fa-3': 'icon-font' },
callback: function(e){
// Append/remove ### surround the selection
var chunk, cursor, selected = e.getSelection(), content = e.getContent(), pointer, prevChar
Expand Down

0 comments on commit 1dda9c6

Please sign in to comment.