1
0
mirror of https://github.com/shuchkin/simplexlsxgen.git synced 2023-08-10 21:12:59 +03:00

Added missing line break

This commit is contained in:
mrjemson 2022-04-22 23:19:38 +10:00 committed by GitHub
parent e145bd5777
commit ab28bc319d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -575,7 +575,8 @@ class SimpleXLSXGen {
}
if ( $cv === false ) {
$this->SI[] = $v;
$cv = count( $this->SI ) - 1; $this->SI_KEYS[ $skey ] = $cv;
$cv = count( $this->SI ) - 1;
$this->SI_KEYS[ $skey ] = $cv;
$this->SI_KEYS[ $skey ] = $cv;
}
}