Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jvoisin
mat2
Commits
c3f097a8
Verified
Commit
c3f097a8
authored
6 years ago
by
georg
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
parent
cb8a0163
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!34
fix typo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libmat2/web.py
+1
-1
1 addition, 1 deletion
libmat2/web.py
with
1 addition
and
1 deletion
libmat2/web.py
+
1
−
1
View file @
c3f097a8
...
...
@@ -39,7 +39,7 @@ class CSSParser(abstract.AbstractParser):
class
AbstractHTMLParser
(
abstract
.
AbstractParser
):
tags_blacklist
=
set
()
# type: Set[str]
# In some html/xml-based formats some tags are mandatory,
# so we're keeping them, but are discaring their content
# so we're keeping them, but are discar
d
ing their content
tags_required_blacklist
=
set
()
# type: Set[str]
def
__init__
(
self
,
filename
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment