summaryrefslogtreecommitdiff
path: root/js/reader.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reader.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", "")