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 41262f4 commit ee8bf0bCopy full SHA for ee8bf0b
docs/dgeni-package/templates/lib/paramList.html
@@ -1,7 +1,7 @@
1
{% macro paramList(params) -%}
2
{%- if params -%}<span class="params">(
3
{%- for param in params -%}
4
- <span class="param">{$ param $}{% if not loop.last %}, {% endif %}</span>
+ <span class="param">{$ param | escape $}{% if not loop.last %}, {% endif %}</span>
5
{%- endfor %})</span>
6
{%- endif %}
7
{%- endmacro -%}
0 commit comments