We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64bbcd commit be2d1bdCopy full SHA for be2d1bd
1 file changed
system/View/Parser.php
@@ -762,7 +762,7 @@ protected function parsePlugins(string $template)
762
{
763
$params = [];
764
765
- preg_match_all('/([\w-]+=\"[^"]+\")|([\w-]+=[^\"\s=]+)|(\S+)/', trim($match[1]), $matchesParams);
+ preg_match_all('/([\w-]+=\"[^"]+\")|([\w-]+=[^\"\s=]+)|(\"[^"]+\")|(\S+)/', trim($match[1]), $matchesParams);
766
foreach ($matchesParams[0] as $item) {
767
$keyVal = explode('=', $item);
768
if (count($keyVal) == 2) {
0 commit comments