For some reason, this question How to Find Children of Nodes Using Beautiful Soup had a black dot next to the question score before it was answered. It has disappeared now.

black dot

I saw this in both Firefox 4.0 and IE 8.0.600, but I could not highlight it as if it is text.

I have not seen this on other questions, I'm trying to figure out why it was there... Is this a known issue?

link|improve this question

feedback

1 Answer

up vote 9 down vote accepted

It's because the original question text was:

I want to get all the <a> tags which are children of <li>

Here's the same thing without me escaping the HTML (as I did in the actual question, oddly enough):

I want to get all the tags which are children of

  • link|improve this answer
    2  
    great point! (not intending pun) – Aaron Fleming Jun 9 '11 at 3:01
    2  
    great point! (pun intended) – Nick Dandoulakis Jun 9 '11 at 8:36
    2  
    This comment is pointless. – thirtydot Jun 9 '11 at 17:31
    feedback

    You must log in to answer this question.

    Not the answer you're looking for? Browse other questions tagged