more cleanPgn() cleanup: trim lines, del initial blanks, one space only...
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
class PgnGameParser{
|
||||
|
||||
private $pgnGame;
|
||||
private $moveBuilder;
|
||||
private $defaultFen = 'rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1';
|
||||
|
||||
private $gameData = array();
|
||||
|
Reference in New Issue
Block a user