@@ -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) { |
@@ -156,7 +156,7 @@ |
||
| 156 | 156 | $with = explode(" ", $withSignature); |
| 157 | 157 | $without = explode(" ", $withoutSignature); |
| 158 | 158 | |
| 159 | - // echo "{$withSignature} vs {$withoutSignature}\n"; |
|
| 159 | + // echo "{$withSignature} vs {$withoutSignature}\n"; |
|
| 160 | 160 | $max = count($with); |
| 161 | 161 | for ($i = 0; $i < $max; $i++) { |
| 162 | 162 | if (isset($without[$i]) === false) { |