summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-05-17 09:05:29 +0300
committerAndrew Dolgov <[email protected]>2021-05-17 09:05:29 +0300
commite7917856c97b253abf32c2d5c3f19951f7fff4a5 (patch)
tree66815ecca16f3cb3a24f73dfdf6663e3d9069907 /js
parenteeed72fcc51d8e92fdaae5bd2ee0f8b7a9148bfa (diff)
fix typo
Diffstat (limited to 'js')
-rw-r--r--js/reader.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reader.js b/js/reader.js
index 84c965f..fd3df1e 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -557,7 +557,7 @@ const Reader = {
.css("background-color", "");
// same as above except for allowed font-size
- $(doc).find("h1, h1, h3, h4, h5")
+ $(doc).find("h1, h2, h3, h4, h5")
.attr("class", "")
.css("font-family", "inherit")
.css("color", "")