Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Jan 13, 2022
1 parent 6ba8e03 commit 8475cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -75,7 +75,7 @@
"phpstan/phpstan-doctrine": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^9.5",
"psalm/plugin-symfony": "^3.0",
"psalm/plugin-symfony": "^3.1",
"rector/rector": "^0.12",
"squizlabs/php_codesniffer": "^3.5",
"symfony/debug": "^4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/templates/page/_content.html.twig
Expand Up @@ -45,7 +45,7 @@
{% block content_part %}
{% if pw(page).mainContent.contentParts %}
{% for contentPart in pw(page).mainContent.contentParts %}
<div class="py-12 px-3 {{ cycle([page_delimiter_cycle|default('bg-gray-200'), ''], loop.index0)) }}">
<div class="py-12 px-3 {{ cycle([page_delimiter_cycle|default('bg-gray-200'), ''], loop.index0) }}">
<div class="prose mx-auto">
{{ contentPart|raw }}
</div>
Expand Down

0 comments on commit 8475cc5

Please sign in to comment.