diff --git a/docs/content/guide/unit-testing.ngdoc b/docs/content/guide/unit-testing.ngdoc index e17ca02d4bee..bcc7cf04dbd7 100644 --- a/docs/content/guide/unit-testing.ngdoc +++ b/docs/content/guide/unit-testing.ngdoc @@ -359,7 +359,7 @@ element, to which it can then insert the transcluded content into its template. Before compilation: ```html -
+
Some transcluded content
```