Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove check for invalid attribute lists #39

Merged
merged 1 commit into from Jul 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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