Skip to content

Commit eae9cee

Browse files
committed
edition-tag.html.twig: New line before package
In the tooltip, the new line was often after the slash (between vendor and package). Now, it's just before the package ref, before the vendor. https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-title-attribute https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title#multiline_titles
1 parent 24add14 commit eae9cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/php_api_ref/.phpdoc/template/components/edition-tag.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
{% endfor %}
3333
{% endif %}
3434
{% elseif package_edition_map[package] == 'optional' %}
35-
<div class="pill optional-pill" title="Included in the optional package {{ package }}"></div>
35+
<div class="pill optional-pill" title="Included in the optional package&#x000A;{{ package }}"></div>
3636
{% endif %}
3737
{% endblock %}

0 commit comments

Comments
 (0)