Skip to content

Commit

Permalink
BUGFIX: fix CDATA
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst authored Jun 8, 2019
1 parent c12495f commit cc84969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Private/Templates/DiagramEditor/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</head>
<body class="geEditor">
<script type="text/javascript">
<![CDATA[
// Extends EditorUi to update I/O action states based on availability of backend
(function() {
var editorUiInit = EditorUi.prototype.init;
Expand Down Expand Up @@ -98,6 +99,7 @@
});

})();
]]>
</script>
</body>
</html>

0 comments on commit cc84969

Please sign in to comment.