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 cb2062b commit b987b6cCopy full SHA for b987b6c
tools/php_api_ref/.phpdoc/template/class.html.twig
@@ -2,7 +2,7 @@
2
3
{% block title %}{{ node.name }} | {{ parent() }}{% endblock %}
4
{% block meta %}
5
- <meta name="description" content="{{ node.summary }}" />
+ <meta name="description" content="{{ node.summary|escape }}" />
6
{{ parent() }}
7
{% endblock %}
8
tools/php_api_ref/.phpdoc/template/interface.html.twig
0 commit comments