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:
parent
e145bd5777
commit
ab28bc319d
@ -575,7 +575,8 @@ class SimpleXLSXGen {
|
|||||||
}
|
}
|
||||||
if ( $cv === false ) {
|
if ( $cv === false ) {
|
||||||
$this->SI[] = $v;
|
$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;
|
$this->SI_KEYS[ $skey ] = $cv;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user