Allow apostrophes to be included in recipe names
This commit is contained in:
parent
8ff8532138
commit
a362496db2
@ -74,7 +74,7 @@ sub new {
|
||||
|
||||
# Formats of accepted types
|
||||
$self -> {"formats"} = {
|
||||
"recipename" => '^[-\w,. ]+$',
|
||||
"recipename" => '^[-\w,.\' ]+$',
|
||||
"tags" => '^[-\w ]+$',
|
||||
"quantity" => '^[\d\w./]+$',
|
||||
"sepname" => '^[-\w,.:()&;#*\ ]{1,255}$',
|
||||
|
Loading…
x
Reference in New Issue
Block a user