From adc611a1d1080bebe60409b10434a2c95a677b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Barray?= Date: Mon, 8 Apr 2019 16:46:13 +0200 Subject: [PATCH] Fix tab content displaying Apparently the double `:` leads to displaying `.. configuration-block::` instead of interprating it. I tested in local with docker : Before ![](https://screenshotscdn.firefoxusercontent.com/images/da8667a4-3eba-42b0-b466-236eb129931b.png) After ![](https://screenshotscdn.firefoxusercontent.com/images/dd4b3c66-99a2-4e1d-bf65-463ab4df69af.png) --- controller/service.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/service.rst b/controller/service.rst index 1e23de89e01..51b893dc4ac 100644 --- a/controller/service.rst +++ b/controller/service.rst @@ -80,7 +80,7 @@ Invokable Controllers Controllers can also define a single action using the ``__invoke()`` method, which is a common practice when following the `ADR pattern`_ -(Action-Domain-Responder):: +(Action-Domain-Responder): .. configuration-block::