From: Christophe Jaillet Date: Sun, 6 Mar 2022 11:02:34 +0000 (+0000) Subject: Add a missing space. X-Git-Tag: 2.5.0-alpha2-ci-test-only~461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b010b7c419448167a80adde61b72a559a12ee5;p=thirdparty%2Fapache%2Fhttpd.git Add a missing space. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898647 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index a8fadf0203e..ce418d750fd 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -194,7 +194,7 @@ browsers that support this feature.
samesite
If set to anything other than false or 0, the SameSite attribute is set to the specified value. Typical values are None, -Lax, and Strict.Available in 2.5.1 and later.
+Lax, and Strict. Available in 2.5.1 and later.