From 9b391c2e6ec9eee45a4ac701e3ee5104372b04d8 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 28 Nov 2008 09:39:13 +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 fda44d32f313..35af76ca7a26 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