diff options
author | Olli Tietäväinen <ollit@vaadin.com> | 2017-11-29 13:39:50 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-11-29 13:39:50 +0200 |
commit | b153099d4e33d3f9ed6698286cce5b483bb8ee30 (patch) | |
tree | 17544003c6638125b6ca30581f396d31c68c0be2 /documentation | |
parent | 9c3bb236c59d8bf49b269a0d9b83ec13cdcb02c6 (diff) | |
download | vaadin-framework-b153099d4e33d3f9ed6698286cce5b483bb8ee30.tar.gz vaadin-framework-b153099d4e33d3f9ed6698286cce5b483bb8ee30.zip |
Escape CDATA element (#10377)
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/advanced/advanced-embedding.asciidoc | 2 |
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"] ---- -<script type="text/javascript">//<![CDATA[ +<script type="text/javascript">//<!\[CDATA[ if (!window.vaadin) alert("[replaceable]#Failed to load the bootstrap JavaScript:#"+ "[replaceable]#VAADIN/vaadinBootstrap.js#"); |