| @@ 611-616 (lines=6) @@ | ||
| 608 | { |
|
| 609 | if ($Line['text'][0] === '>' and preg_match('/^>[ ]?(.*)/', $Line['text'], $matches)) |
|
| 610 | { |
|
| 611 | if (isset($Block['interrupted'])) |
|
| 612 | { |
|
| 613 | $Block['element']['text'] []= ''; |
|
| 614 | ||
| 615 | unset($Block['interrupted']); |
|
| 616 | } |
|
| 617 | ||
| 618 | $Block['element']['text'] []= $matches[1]; |
|
| 619 | ||
| @@ 623-628 (lines=6) @@ | ||
| 620 | return $Block; |
|
| 621 | } |
|
| 622 | ||
| 623 | if ( ! isset($Block['interrupted'])) |
|
| 624 | { |
|
| 625 | $Block['element']['text'] []= $Line['text']; |
|
| 626 | ||
| 627 | return $Block; |
|
| 628 | } |
|
| 629 | } |
|
| 630 | ||
| 631 | # |
|