html2rst fails to detect the second link if there are two links with different text to the same target, e.g:
<a href="foo.html">one</a> <a href="foo.html">two</a>
I 'fixed' it by removing the first if clause in html2rst.py:274
Log in to post a comment.