Commit bf936631 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Handle invalid XML returned by VBB backend

parent 9ef6f970
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.