Ticket #9422: 9422.patch
File 9422.patch, 825 bytes (added by , 12 years ago) |
---|
-
_source/plugins/pastefromword/filter/default.js
1085 1085 [ 1086 1086 // Drop 'inline-height' style which make lines overlapping. 1087 1087 [ 'line-height' ], 1088 [ 'color', 'windowtext' ], 1088 1089 [ ( /^font-family$/ ), null, !removeFontStyles ? styleMigrateFilter( config[ 'font_style' ], 'family' ) : null ] , 1089 1090 [ ( /^font-size$/ ), null, !removeFontStyles ? styleMigrateFilter( config[ 'fontSize_style' ], 'size' ) : null ] , 1090 1091 [ ( /^color$/ ), null, !removeFontStyles ? styleMigrateFilter( config[ 'colorButton_foreStyle' ], 'color' ) : null ] ,