Remove stray tags added by BeautifulSoup
BeautifulSoup's parser is sometimes to eager to close tags, which produces output like
<embed></embed>
, which some HTML validators fail to accept. This release removes
the stray tags if found.
BeautifulSoup's parser is sometimes to eager to close tags, which produces output like
<embed></embed>
, which some HTML validators fail to accept. This release removes
the stray tags if found.