Skip to content

Commit

Permalink
fix default list separator. fixes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Apr 3, 2024
1 parent e208762 commit 55e6f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function handle($match, $state, $pos, Doku_Handler $handler)
'randlinks' => 0,
'showsize' => 0,
'showdate' => 0,
'listsep' => '", "',
'listsep' => ', ',
];
foreach ($flags as $flag) {
[$name, $value] = sexplode('=', $flag, 2, '');
Expand Down

0 comments on commit 55e6f8f

Please sign in to comment.