#281131: document the "missing quotation mark" in .htaccess.

From: Damien Tournoud <damien@tournoud.net>


---

 .htaccess |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


diff --git .htaccess .htaccess
index 923bf33..ed0621e 100644
--- .htaccess
+++ .htaccess
@@ -18,6 +18,7 @@ ErrorDocument 404 /index.php
 
 # Force simple error message for requests for non-existent favicon.ico.
 <Files favicon.ico>
+  # There is no end quote below, for compatibility with Apache 1.3.
   ErrorDocument 404 "The requested file favicon.ico was not found.
 </Files>
 
