From 3dc6490e7272b17a590e215b94182a37b00779d7 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 (#33228) PR Close #33228 --- 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 46f4718649..3f26823e2e 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**