mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
Corrected const C_NORMAL value
This commit is contained in:
parent
0dafc8bf9e
commit
d84c842d38
@ -31,7 +31,7 @@ class SimpleXLSXGen {
|
||||
const F_ITALIC = 4;
|
||||
const F_UNDERLINE = 8;
|
||||
const F_STRIKE = 16;
|
||||
const C_NORMAL = 000;
|
||||
const C_NORMAL = 0;
|
||||
const A_DEFAULT = 0;
|
||||
const A_LEFT = 1;
|
||||
const A_RIGHT = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user