Skip to content

Commit

Permalink
Fixed a bug that caused spaces to be ignored in some cases. Thanks Lo…
Browse files Browse the repository at this point in the history
…uis!
  • Loading branch information
sorccu committed Aug 4, 2009
1 parent baaa76a commit 82ac530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/cufon.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ var Cufon = (function() {
}
if (anchor) {
el.replaceChild(process(font,
CSS.whiteSpace(anchor.data, style, node),
CSS.whiteSpace(anchor.data, style, anchor),
style, options, node, el), anchor);
anchor = null;
}
Expand Down

0 comments on commit 82ac530

Please sign in to comment.