node-rtf icon indicating copy to clipboard operation
node-rtf copied to clipboard

variable undefined

Open benzen opened this issue 8 years ago • 0 comments

See https://github.com/jrowny/node-rtf/blob/master/lib/format.js#L91

it should read

if(this.align.length > 0) rtf += this.align;

instead of

if(this.align.length > 0) rtf += align;

benzen avatar Feb 07 '17 18:02 benzen