We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6245c commit b626e58Copy full SHA for b626e58
templates/components/styles/crosslinks.html.twig
@@ -7,7 +7,7 @@
7
<p>{{ crosslinks['text'] }}</p>
8
{% endblock %}
9
</div>
10
- <ul class="clean-list" role="presentation" data-anchor="no">
+ <ul class="clean-list" role="presentation">
11
{% for crosslink in crosslinks['links'] %}
12
{{ include('@W3CWebsiteTemplates/components/styles/crosslink.html.twig', {'crosslink': crosslink}) }}
13
{% endfor %}
0 commit comments