Skip to content

Commit

Permalink
fixes pattern for html2mail formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
vendeeglobe authored Jul 5, 2023
1 parent 985fb05 commit 1069fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/class/wacko.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class Wacko
'TAG' => '[\p{L}\p{M}\p{Nd}\.\-\/]',
'TAG_P' => '\p{L}\p{M}\p{Nd}\.\-\/',

'ACTION' => '\p{Latin}\_\-',
'FORMATTER' => '\p{Latin}\_\-\/',
'ACTION' => '\p{Latin}\d\_\-',
'FORMATTER' => '\p{Latin}\d\_\-\/',

'UPPER' => '[\p{Lu}]',
'UPPERNUM' => '[\p{Lu}\p{Nd}]',
Expand Down

0 comments on commit 1069fc1

Please sign in to comment.