Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648d91d commit 0e18fa9Copy full SHA for 0e18fa9
1 file changed
lib/techniques/union/use.py
@@ -86,7 +86,7 @@ def _(regex):
86
singleTimeWarnMessage(warnMsg)
87
page = page.replace(kb.chars.stop[:-1], kb.chars.stop)
88
89
- retVal = _("(?P<result>%s.*%s)" % (kb.chars.start, kb.chars.stop))
+ retVal = _("(?P<result>%s.*?%s)" % (kb.chars.start, kb.chars.stop))
90
91
if retVal is not None:
92
retVal = getUnicode(retVal, kb.pageEncoding)
0 commit comments