Skip to content

Commit 51c0e9b

Browse files
committed
Merge branch 'master' into 9.0branch
2 parents d3b6549 + ce9e75f commit 51c0e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdvancedHTMLParser/Parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ def getElementById(self, _id, root='root', useIndex=True):
13281328
'''
13291329
(root, isFromRoot) = self._handleRootArg(root)
13301330

1331-
if self.useIndex is True and self.indexIDs is True:
1331+
if useIndex is True and self.indexIDs is True:
13321332

13331333
element = self._idMap.get(_id, None)
13341334

0 commit comments

Comments
 (0)