diff --git a/console/network/environment/src/helpers/sanitizer.rs b/console/network/environment/src/helpers/sanitizer.rs index 8892ef34fd..49cb85f638 100644 --- a/console/network/environment/src/helpers/sanitizer.rs +++ b/console/network/environment/src/helpers/sanitizer.rs @@ -128,7 +128,7 @@ impl Sanitizer { if !contains_unsafe_chars { Ok((after, before)) } else { - recognize(Self::till(value((), Sanitizer::parse_safe_char), Self::eol))(before) + recognize(Self::till(value((), Sanitizer::parse_safe_char), Self::eoi))(before) } } else { map(