docs: fix result of sanitization example (#38724)
This is same as #36059 which lost in #36954. PR Close #38724
This commit is contained in:
parent
79d8795633
commit
d9da7e5a18
|
@ -223,6 +223,6 @@ content harmlessly. The following is the browser output
|
||||||
of the `evilTitle` examples.
|
of the `evilTitle` examples.
|
||||||
|
|
||||||
<code-example language="bash">
|
<code-example language="bash">
|
||||||
"Template <script>alert("evil never sleeps")</script> Syntax" is the interpolated evil title.
|
"Template <script>alert("evil never sleeps")</script> Syntax" is the interpolated evil title.
|
||||||
"Template alert("evil never sleeps")Syntax" is the property bound evil title.
|
"Template Syntax" is the property bound evil title.
|
||||||
</code-example>
|
</code-example>
|
||||||
|
|
Loading…
Reference in New Issue