diff options
| -rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index bce35d3..62a123b 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -154,7 +154,7 @@ sub new {  		  . '</wrap>';  	} -	if ( defined $service and $service eq 'NVV' ) { +	if ( defined $service and $service =~ m{ ^ VBB | NVV $ }x ) {  		# Returns invalid XML with tags inside HIMMessage's lead attribute.  		# Fix this.  | 
