diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69c6a49..99b39bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
- Changed
- Added tls renegotiation flag to fix #193 in http.Client
+ - Fixed HTML report to display select/combo-box for rows per page (and increased default from 10 to 250 rows).
- v1.0.2
- Changed
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index f99522c..5f9c19c 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -1,9 +1,9 @@
# Contributors
-
* [bjhulst](https://github.com/bjhulst)
* [ccsplit](https://github.com/ccsplit)
* [codingo](https://github.com/codingo)
* [Damian89](https://github.com/Damian89)
+* [Daviey](https://github.com/Daviey)
* [delic](https://github.com/delic)
* [eur0pa](https://github.com/eur0pa)
* [fang0654](https://github.com/fang0654)
diff --git a/pkg/output/file_html.go b/pkg/output/file_html.go
index 8994b0b..50760c8 100644
--- a/pkg/output/file_html.go
+++ b/pkg/output/file_html.go
@@ -100,11 +100,19 @@ const (
-
+