diff --git a/Documentation.html b/Documentation.html
index cb22ea7a3..a3dcc4fc0 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -1874,6 +1874,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
Bugzilla).
+ With Netscape 4.75 I get empty rows between each row of data in a
+ CSV exported file.
+
+ This is a known Netscape 4.75 bug: it adds some line feeds when exporting
+ data in octet-stream mode. Since we can't detect the specific Netscape
+ version, we cannot workaround this bug.
+