diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html
index eb386a41f1..dc2fc67d7c 100644
--- a/scripts/docs/templates/common.template.html
+++ b/scripts/docs/templates/common.template.html
@@ -124,7 +124,7 @@ angular_controller: APIDemoCtrl <@ endif @>
<@ block header @>
-
+
<@ if doc.docType == "directive" @>
<$ doc.name | dashCase $>
<@ else @>
@@ -163,13 +163,13 @@ Improve this doc
<@- if doc.directiveInfo @>
-<$ doc.directiveInfo.type $>
+<$ doc.directiveInfo.type $>
<$ doc.directiveInfo.properties[0].name $>: <$ doc.directiveInfo.properties[0].values $>
<@ endif -@>
<@ if doc.usage @>
-Usage
+Usage
<@ block usage @>
<$ doc.usage | marked $>
<@ endblock @>
@@ -177,7 +177,7 @@ Improve this doc
<@ if doc.properties @>
-Attributes:
+Attributes:
@@ -220,7 +220,7 @@ Improve this doc
<@- if doc.statics.length -@>
-Static Methods
+Static Methods
<@- for method in doc.statics @><@ if not method.internal @>
<$ functionSyntax(method) $>
@@ -251,7 +251,7 @@ Improve this doc
<@- if doc.members and doc.members.length @>
-Instance Methods
+Instance Methods
<@- for method in doc.members @>
@@ -286,13 +286,13 @@ Improve this doc
<@- if doc.inputs and doc.inputs.length @>
-Input Properties
+Input Properties
<$ inputTable(doc.inputs) $>
<@- endif -@>
<@- if doc.outputs and doc.outputs.length @>
-Output Events
+Output Events
<$ outputTable(doc.outputs) $>
<@- endif -@>
@@ -300,7 +300,7 @@ Improve this doc
<@- if doc.see @>
-Related
+Related
<@ for s in doc.see @>
<$ s | safe $>
<@- endfor -@>