mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 17:08:56 +02:00
Tweaks.
This commit is contained in:
@@ -480,6 +480,7 @@ class Parser
|
||||
if ($isCurrentLineBlank) {
|
||||
$text .= substr($this->currentLine, $indentation);
|
||||
} else {
|
||||
/** @noinspection PhpUndefinedVariableInspection */
|
||||
$text .= $matches[1];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user