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.
2 parents 17b892c + 7c4c38b commit d0ea95cCopy full SHA for d0ea95c
src/functions.php
@@ -33,7 +33,7 @@ function html(string $tagName, array $attributes, string $content = null): strin
33
}
34
35
if ($tagName === 'img') {
36
- return "${html} />";
+ return "$html />";
37
38
39
return "{$html}>{$content}</{$tagName}>";
0 commit comments