Skip to content

Commit

Permalink
Merge pull request #39 from bexelbie/asciidoc_emptyattribute
Browse files Browse the repository at this point in the history
Remove check for invalid attribute lists
  • Loading branch information
mquinson committed Jul 25, 2017
2 parents 0fd060a + bad6cb2 commit 148cdeb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Locale/Po4a/AsciiDoc.pm
Expand Up @@ -826,9 +826,6 @@ sub split_attributelist {
print STDERR " -> $1\n" if $debug{split_attributelist};
push @attributes, $1;
}
die wrap_mod("po4a::asciidoc",
dgettext("po4a", "Unable to parse attribute list: [%s]"), $text)
unless scalar(@attributes);
return @attributes;
}

Expand Down

0 comments on commit 148cdeb

Please sign in to comment.