Skip to content

Commit

Permalink
修复issue、
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldajay committed Jul 22, 2015
1 parent 70542cb commit d408054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _src/plugins/font.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ UM.plugins['font'] = function () {
}
}
node.attrs = {
'style': cssStyle.join(';')
'style': cssStyle.join(';') + ';'
};
}
node.tagName = 'span';
Expand Down Expand Up @@ -198,4 +198,4 @@ UM.plugins['font'] = function () {
};
})(p);
}
};
};

1 comment on commit d408054

@zeldajay
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复issue #228

Please sign in to comment.