api-builder: remove unwanted whitespace from directive template

This commit is contained in:
Peter Bacon Darwin 2015-11-10 11:36:46 +00:00
parent fc617d5a67
commit bc7a17c4f6
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
{% include "lib/paramList.html" -%}
{% extends 'class.template.html' -%}
{% block additional %}
{% block additional -%}
.l-main-section
h2 Selectors
.l-sub-section
@ -20,8 +20,7 @@
|  bound to 
code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
:markdown
{$ property.memberDoc.description | indentForMarkdown(2) | trimBlankLines $}
{% endfor %}
{$ property.memberDoc.description | indentForMarkdown(2) | trimBlankLines $}{% endfor %}
{% endif %}
{% if doc.outputs %}