@@ -35,7 +35,7 @@ |
||
| 35 | 35 | */ |
| 36 | 36 | protected function parseTags(string $source): string |
| 37 | 37 | { |
| 38 | - // $source = $this->escapeUnknownTags($source); |
|
| 38 | + // $source = $this->escapeUnknownTags($source); |
|
| 39 | 39 | |
| 40 | 40 | $tags = synapse()->memory->tags(); |
| 41 | 41 | foreach ($tags as $tag) { |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | public function parse(string $source, SourceInput $input): string |
| 55 | 55 | { |
| 56 | 56 | if (!$this->sourceAllowed()) { |
| 57 | - return $source; |
|
| 57 | + return $source; |
|
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | if ($this->hasMatches($source)) { |