diff --git a/docs/content/guide/unit-testing.ngdoc b/docs/content/guide/unit-testing.ngdoc index a73c254e2f43..1e8efda983e5 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
```