Skip to content

Commit

Permalink
minor symfony#11362 Fix tab content displaying (tyx)
Browse files Browse the repository at this point in the history
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://symfony.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
  • Loading branch information
javiereguiluz committed Apr 8, 2019
2 parents aadb957 + adc611a commit 1b8aacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 1b8aacb

Please sign in to comment.