Skip to content

Commit

Permalink
fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed May 5, 2024
1 parent 250bf69 commit 27b5f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tin/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@
"h3",
"h4",
"h5",
"h6" "i",
"h6",
"i",
"img",
"li",
"ol",
Expand Down

0 comments on commit 27b5f0e

Please sign in to comment.