Ref #2223
This commit is contained in:
parent
894abc6418
commit
de80552e36
|
@ -88,7 +88,7 @@ sub check_version {
|
|||
sub read_config {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
my $content_file = <<END_FILE
|
||||
my $content_file = <<'END_FILE';
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<root>
|
||||
<dcdiag language="en">
|
||||
|
|
|
@ -105,7 +105,7 @@ sub new {
|
|||
sub read_config {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
my $content_file = <<END_FILE
|
||||
my $content_file = <<'END_FILE';
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<root>
|
||||
<qwinsta language="en">
|
||||
|
|
Loading…
Reference in New Issue