afbora / kirby-minify-html

Enable minify HTML output for Kirby 3 and 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Using ${var} in strings is deprecated, use {$var} instead"

nilshoerrmann opened this issue · comments

Using Kirby 3.9 on PHP 8.2, this plugin returns the following error:

Using ${var} in strings is deprecated, use {$var} instead

Seems to be related to this issue voku/simple_html_dom#90.

This has been updated in the source repository.