|
@@ -262,7 +262,7 @@
|
|
|
if ( typeof content === 'string' ) {
|
|
|
|
|
|
// ASCII format sometimes adds an extra character to the end of the content string
|
|
|
- if ( content.slice( - 1 ) !== '=' ) {
|
|
|
+ if ( content.slice( - 1 ) === ',' ) {
|
|
|
|
|
|
content = content.slice( 0, - 1 );
|
|
|
|