api-builder: fix indentation on "Not Yet Documented" message

This commit is contained in:
Peter Bacon Darwin 2015-11-17 10:05:03 +00:00
parent 248f4c91a5
commit bb170824ea
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ include ../../_util-fns
:marked
{%- if doc.notYetDocumented %}
*Not Yet Documented*
*Not Yet Documented*
{% else %}
{$ doc.description | indentForMarkdown(4) | trimBlankLines $}
{% endif -%}