fix default list separator. fixes #43

This commit is contained in:
Andreas Gohr
2024-04-03 13:58:00 +02:00
parent e208762bee
commit 55e6f8f9aa

View File

@@ -65,7 +65,7 @@ class syntax_plugin_filelist extends SyntaxPlugin
'randlinks' => 0,
'showsize' => 0,
'showdate' => 0,
'listsep' => '", "',
'listsep' => ', ',
];
foreach ($flags as $flag) {
[$name, $value] = sexplode('=', $flag, 2, '');