From 2eb1eb69e3853ede909799c4e448cb0f8775cd3f Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 23 Sep 2020 12:09:34 -0400 Subject: [PATCH] Fix language in unsupported documentation blurb This removes any ambiguity that the blurb is making a reference to other supported documentation. Author: Daniel Gustafsson --- templates/docs/docspage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docs/docspage.html b/templates/docs/docspage.html index 236f3517..b73f2a71 100644 --- a/templates/docs/docspage.html +++ b/templates/docs/docspage.html @@ -129,7 +129,7 @@ This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current - version, or one of the supported versions listed above instead. + version, or one of the other supported versions listed above instead. {%endif%}
-- 2.39.5