]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
flags.xml: remove extra </dl> to allow clean builds
authorLuca Toscano <elukey@apache.org>
Sat, 8 Feb 2020 17:09:54 +0000 (17:09 +0000)
committerLuca Toscano <elukey@apache.org>
Sat, 8 Feb 2020 17:09:54 +0000 (17:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873799 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 67bf9cf99dc93f3b90a0b49a94934b9e070e17e3..5e3457cfc9419534ac683d6e451cb1601972944f 100644 (file)
@@ -190,7 +190,7 @@ connections.</dd>
 <code>1</code>, the cookie will have the <code>HttpOnly</code> flag set,
 which means that the cookie is inaccessible to JavaScript code on
 browsers that support this feature.</dd>
-</dl>
+
 <dt>samesite</dt>
 <dd>If set to anything other than <code>0</code>, the <code>SameSite</code>
 attribute is set to the specified value.  Typical values are <code>None</code>,