You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td><a href="mailto:{$owner->getEmail()}" {$owner->getEmail()}</td>
Ends with:
Latte\CompileException
Thrown exception 'Call to a member function isEnd() on null' (in '....latte')
in file:
\vendor\latte\latte\src\Latte\Compiler\TemplateParser.php:89
83: public function parseFragment(callable $resolver, callable $after = null): FragmentNode
84: {
85: $res = new FragmentNode;
86: $save = [$this->lastResolver, $this->tag];
87: $this->lastResolver = $resolver;
88: try {
89: while (!$this->stream->peek()->isEnd()) {
Expected Behavior
It would be nice if message of the server error would have description that end <a> tag is missing in the specified template
The text was updated successfully, but these errors were encountered:
Version: 3.0.5
Bug Description
<td><a href="mailto:{$owner->getEmail()}" {$owner->getEmail()}</td>
Ends with:
Latte\CompileException
Thrown exception 'Call to a member function isEnd() on null' (in '....latte')
in file:
\vendor\latte\latte\src\Latte\Compiler\TemplateParser.php:89
Expected Behavior
It would be nice if message of the server error would have description that end
<a>
tag is missing in the specified templateThe text was updated successfully, but these errors were encountered: