From 3fb39d9f51e447eb059334b05c8d17c4d4bbed0a Mon Sep 17 00:00:00 2001 From: paulceli Date: Thu, 17 Oct 2019 17:05:19 +0200 Subject: [PATCH] docs: fix code-example displayed path --- aio/content/guide/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index 46f4718649b3e..3f26823e2eb5e 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -804,7 +804,7 @@ Imagine the following malicious content. In the component template, the content might be used with interpolation: - + Fortunately, Angular data binding is on alert for dangerous HTML. In the above case, the HTML displays as is, and the Javascript does not execute. Angular **does not**