aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorOlli Tietäväinen <ollit@vaadin.com>2017-11-29 13:39:50 +0200
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-11-29 13:39:50 +0200
commitb153099d4e33d3f9ed6698286cce5b483bb8ee30 (patch)
tree17544003c6638125b6ca30581f396d31c68c0be2 /documentation
parent9c3bb236c59d8bf49b269a0d9b83ec13cdcb02c6 (diff)
downloadvaadin-framework-b153099d4e33d3f9ed6698286cce5b483bb8ee30.tar.gz
vaadin-framework-b153099d4e33d3f9ed6698286cce5b483bb8ee30.zip
Escape CDATA element (#10377)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/advanced/advanced-embedding.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/advanced/advanced-embedding.asciidoc b/documentation/advanced/advanced-embedding.asciidoc
index f401f3115a..8aa294f4e5 100644
--- a/documentation/advanced/advanced-embedding.asciidoc
+++ b/documentation/advanced/advanced-embedding.asciidoc
@@ -136,7 +136,7 @@ you should check that the bootstrap script was loaded properly.
[subs="normal"]
----
-&lt;script type="text/javascript"&gt;//&lt;![CDATA[
+&lt;script type="text/javascript"&gt;//&lt;!\[CDATA[
if (!window.vaadin)
alert("[replaceable]#Failed to load the bootstrap JavaScript:#"+
"[replaceable]#VAADIN/vaadinBootstrap.js#");