8000 Fix tab content displaying · symfony/symfony-docs@adc611a · GitHub
[go: up one dir, main page]

Skip to content

Commit adc611a

Browse files
authored
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)
1 parent aadb957 commit adc611a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Invokable Controllers
8080

8181
Controllers can also define a single action using the ``__invoke()`` method,
8282
which is a common practice when following the `ADR pattern`_
83-
(Action-Domain-Responder)::
83+
(Action-Domain-Responder):
8484

8585
.. configuration-block::
8686

0 commit comments

Comments
 (0)
0