Fix preload finder regex in StyleCompiler::extractPreloadRequests()
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 28 Apr 2021 13:08:31 +0000 (15:08 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 13:08:31 +0000 (15:08 +0200)
commit114298e14c033f04bffee4923257a7efe2119dab
tree8d857ec98926134e4a0c4fa1eb4af878bd01e2e6
parent48c1dda4e0e51e81cf5e175c65a266c5fe6481bc
Fix preload finder regex in StyleCompiler::extractPreloadRequests()

The previous one did not match preload requests without a trailing semicolon, because a closing brace immediately follows.
wcfsetup/install/files/lib/system/style/StyleCompiler.class.php