diff --git a/aio/tools/transforms/templates/api/includes/description.html b/aio/tools/transforms/templates/api/includes/description.html index 22cede4edd..f559c62f83 100644 --- a/aio/tools/transforms/templates/api/includes/description.html +++ b/aio/tools/transforms/templates/api/includes/description.html @@ -2,7 +2,7 @@

Description

{$ doc.description | trimBlankLines | marked $} - {% if doc.usageNotes %}

Further information available in the Usage Notes...

{% + {% if doc.usageNotes %}

Further information available in the Usage Notes...

{% endif %}
{% endif %} \ No newline at end of file