This commit is contained in:
DHTMLGoodies
2017-04-14 19:17:26 +02:00
parent 40a19a7551
commit bd8ff3e485
3 changed files with 35 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ class PgnParser
$c = $this->pgnContent;
$c = preg_replace('/"\]\s{0,10}\[/s', "]\n[", $c);
$c = preg_replace('/"\]\s{0,10}([\.0-9])/s', "\"]\n\n$1", $c);
$c = preg_replace('/"\]\s{0,10}([\.0-9]|{)/s', "\"]\n\n$1", $c);
$c = preg_replace("/{\s{0,6}\[%emt[^\}]*?\}/","",$c);