diff --git a/aio/tools/transforms/templates/api/includes/selectors.html b/aio/tools/transforms/templates/api/includes/selectors.html index 7c42e2566d..0e14513b37 100644 --- a/aio/tools/transforms/templates/api/includes/selectors.html +++ b/aio/tools/transforms/templates/api/includes/selectors.html @@ -1,10 +1,9 @@ {%- if doc.selector %}

Selectors

- {% for selector in doc.selector.split(',') %} -
- {$ selector $} -
- {% endfor %} + + {%- for selector in doc.selector.split(',') %} + {$ selector $}{% endfor %} +
{% endif %}