From 55e6f8f9aab64fe9ab92bb6bac15d4d9fb65d4b5 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 3 Apr 2024 13:58:00 +0200 Subject: [PATCH] fix default list separator. fixes #43 --- syntax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax.php b/syntax.php index e3cdb82..fd73471 100644 --- a/syntax.php +++ b/syntax.php @@ -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, '');