We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327098c commit 859dc08Copy full SHA for 859dc08
src/Ubiquity/views/engine/twig/TemplateParser.php
@@ -23,7 +23,7 @@ private function parseVar(string $varStr): array {
23
}
24
25
private function parseForeach(string $foreachStr): array {
26
- $parts = \explode('in', $foreachStr);
+ $parts = \explode(' in ', $foreachStr);
27
$kv = explode(',', $parts[0]);
28
$v = \trim($parts[0]);
29
$k = null;
0 commit comments