diff --git a/Llk/Llk.php b/Llk/Llk.php index c4eb9482..ce435dfd 100644 --- a/Llk/Llk.php +++ b/Llk/Llk.php @@ -125,7 +125,7 @@ public static function save(Parser $parser, $className) ' \'' . $tokenName . '\' => \'' . str_replace( ['\'', '\\\\'], - ['\\\'', '\\\\\\'], + ['\\\'', '\\\\\\\\'], $tokenValue ) . '\',' . "\n"; }