From e34a175ebe82bea5f4cd28676584940eb444193a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Mon, 25 Sep 2023 00:05:30 +0200 Subject: [PATCH] Fix code tag in README The "+" symbols are being rendered literally, so probably because of the space we need to use the tag. --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 3f401b88..5d0d8b0b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1323,7 +1323,7 @@ application to call Rodauth methods. If you're using the remember feature with +extend_remember_deadline?+ set to true, you'll want to load roda's middleware plugin with -+forward_response_headers: true+ option, so that +Set-Cookie+ header changes +forward_response_headers: true option, so that +Set-Cookie+ header changes from the +load_memory+ call in the route block are propagated when the request is forwarded to the main app.