From b5a436819cc4284b5cde11f3ca9004ce17f70e47 Mon Sep 17 00:00:00 2001 From: "Dr. Balazs Zatik" Date: Mon, 21 Sep 2015 21:18:27 -0400 Subject: [PATCH] Add missing code tag --- book/http_cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/http_cache.rst b/book/http_cache.rst index 66c68721aac..73a88b4c1cc 100644 --- a/book/http_cache.rst +++ b/book/http_cache.rst @@ -230,7 +230,7 @@ Here is a list of the main options: ``allow_revalidate`` Specifies whether the client can force a cache revalidate by including a ``Cache-Control`` "max-age=0" directive in the request. Set it to ``true`` for - compliance with RFC 2616 (default: false). + compliance with RFC 2616 (default: ``false``). ``stale_while_revalidate`` Specifies the default number of seconds (the granularity is the second as the