Skip to content

Commit e31ac34

Browse files
committed
enum.html.twig: Fix anchor, format
1 parent 209820a commit e31ac34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/php_api_ref/.phpdoc/template/enum.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{% include 'components/breadcrumbs.html.twig' %}
1111
{% include 'components/enum-title.html.twig' %}
1212
{% include 'components/element-header.html.twig' %}
13-
{{ include('components/enum-cases.html.twig') }}
14-
{{ include('components/methods.html.twig') }}
13+
{% include 'components/enum-cases.html.twig' %}
14+
{% include 'components/methods.html.twig' %}
1515
{% endblock %}
1616

1717
{% block on_this_page %}
@@ -27,7 +27,7 @@
2727
<ul class="md-nav__list">
2828
{% if cases is not empty %}
2929
<li class="md-nav__item level-1 with-children">
30-
<a href="{{ node|route("url")|raw }}#constants" title="Cases" class="md-nav__link">
30+
<a href="{{ node|route("url")|raw }}#cases" title="Cases" class="md-nav__link">
3131
Cases
3232
</a>
3333
<nav class="md-nav">

0 commit comments

Comments
 (0)