Skip to content

Commit

Permalink
Merge branch 'refs/heads/sanitizer' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Batorian committed Aug 25, 2024
2 parents 3b1a9a5 + cb00c8f commit d6656da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/reader/utils/sanitizeChapterText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const sanitizeChapterText = (html: string): string => {
/^color$/,
/^font.*$/,
/^line-height$/,
/^text-align.*$/,
/^text-indent$/,
];

Expand Down

0 comments on commit d6656da

Please sign in to comment.