8000 minor #11362 Fix tab content displaying (tyx) · symfony/symfony-docs@1b8aacb · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b8aacb

Browse files
committed
minor #11362 Fix tab content displaying (tyx)
This PR was merged into the 3.4 branch. Discussion ---------- 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) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://sym 8000 fony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- adc611a Fix tab content displaying
2 parents aadb957 + adc611a commit 1b8aacb

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
6B35
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