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 d58364e commit 650ba37Copy full SHA for 650ba37
1 file changed
Lib/sgmllib.py
@@ -178,7 +178,7 @@ def parse_starttag(self, i):
178
attrfind = regex.compile(
179
'[ \t\n]+\([a-zA-Z_][a-zA-Z_0-9]*\)' +
180
'\([ \t\n]*=[ \t\n]*' +
181
- '\(\'[^\']*\';\|"[^"]*"\|[-a-zA-Z0-9./:+*%?!()_#]+\)\)?')
+ '\(\'[^\']*\'\|"[^"]*"\|[-a-zA-Z0-9./:+*%?!()_#]*\)\)?')
182
k = tagfind.match(rawdata, i+1)
183
if k < 0:
184
raise RuntimeError, 'unexpected call to parse_starttag'
0 commit comments