From bc7a17c4f6829f5920a3ca0b69447cb7320b01c7 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 10 Nov 2015 11:36:46 +0000 Subject: [PATCH] api-builder: remove unwanted whitespace from directive template --- .../angular.io-package/templates/directive.template.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/api-builder/angular.io-package/templates/directive.template.html b/tools/api-builder/angular.io-package/templates/directive.template.html index 646841370a..b601056146 100644 --- a/tools/api-builder/angular.io-package/templates/directive.template.html +++ b/tools/api-builder/angular.io-package/templates/directive.template.html @@ -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 %}