From 5c6ff659d65dc70c85d252d7ad965da0e54d3020 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 28 Nov 2008 09:39:33 +0000
Subject: [PATCH] - Patch #281131 by Damien Tournoud: document the missing
 quote in .htaccess.

---
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htaccess b/.htaccess
index 7d2003724cde..3629403a87f6 100644
--- a/.htaccess
+++ b/.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>
 
-- 
GitLab