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 3eb7860 commit 8600b47Copy full SHA for 8600b47
1 file changed
Lib/sgmllib.py
@@ -36,7 +36,7 @@
36
commentclose = re.compile(r'--\s*>')
37
tagfind = re.compile('[a-zA-Z][-_.a-zA-Z0-9]*')
38
attrfind = re.compile(
39
- r'\s*([a-zA-Z_][-.a-zA-Z_0-9]*)(\s*=\s*'
+ r'\s*([a-zA-Z_][-:.a-zA-Z_0-9]*)(\s*=\s*'
40
r'(\'[^\']*\'|"[^"]*"|[-a-zA-Z0-9./:;+*%?!&$\(\)_#=~\'"]*))?')
41
42
decldata = re.compile(r'[^>\'\"]+')
0 commit comments