Skip to content

Commit

Permalink
Fix code tag in README
Browse files Browse the repository at this point in the history
The "+" symbols are being rendered literally, so probably because of the
space we need to use the <tt> tag.
  • Loading branch information
janko committed Sep 24, 2023
1 parent 34df1bf commit e34a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
<tt>forward_response_headers: true</tt> 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.

Expand Down

0 comments on commit e34a175

Please sign in to comment.