diff --git a/modules/ORB.pm b/modules/ORB.pm index 1227932..97c16c0 100755 --- a/modules/ORB.pm +++ b/modules/ORB.pm @@ -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}$',