From 7e3e77778d8b9fd41f467a135752632782d74a11 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 17 Nov 2015 10:36:09 +0000 Subject: [PATCH] api-builder: fix indentation on "Not Yet Documented" message --- .../angular.io-package/templates/function.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/api-builder/angular.io-package/templates/function.template.html b/tools/api-builder/angular.io-package/templates/function.template.html index b59b1aef33..ae878d9177 100644 --- a/tools/api-builder/angular.io-package/templates/function.template.html +++ b/tools/api-builder/angular.io-package/templates/function.template.html @@ -16,7 +16,7 @@ include ../../_util-fns :marked {%- if doc.notYetDocumented %} - *Not Yet Documented* + *Not Yet Documented* {% else %} {$ doc.description | indentForMarkdown(4) | trimBlankLines $} {% endif %}