Skip to content

Commit

Permalink
removed redundant comma
Browse files Browse the repository at this point in the history
  • Loading branch information
vendeeglobe committed May 29, 2022
1 parent 7d44ff8 commit f1f6e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wacko/formatter/class/wackoformatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ function wacko_callback($things)
}

// validate and sanitize $anchor
if (!preg_match('/^([\p{L},\d,*,†,‡,§,‖])*$/u', $anchor))
if (!preg_match('/^([\p{L}\d*†‡§‖])*$/u', $anchor))
{
$anchor = '';
}
Expand Down

0 comments on commit f1f6e01

Please sign in to comment.