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

From: Damien Tournoud <damien@tournoud.net>


---

 .htaccess                    |    1 +
 modules/system/system.module |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


diff --git .htaccess .htaccess
index 923bf33..57d6879 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 voluntary no end quote below, for compatibility with Apache 1.3.
   ErrorDocument 404 "The requested file favicon.ico was not found.
 </Files>
 
diff --git modules/system/system.module modules/system/system.module
index d688128..ab3d9de 100644
--- modules/system/system.module
+++ modules/system/system.module
@@ -34,7 +34,7 @@ define('DRUPAL_MINIMUM_MYSQL',  '5.0');
 /**
  * Minimum supported version of PostgreSQL, if it is used.
  */
-define('DRUPAL_MINIMUM_PGSQL',  '8.1');
+define('DRUPAL_MINIMUM_PGSQL',  '8.3');
 
 /**
  * Maximum age of temporary files in seconds.
