mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Added CDATA to allow proper validation of script tag
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
<script type="text/javascript" src="guac-web-lib/javascript/oskeyboard.js"></script>
|
||||
|
||||
<!-- Init -->
|
||||
<script type="text/javascript">
|
||||
<script type="text/javascript"> /* <![CDATA[ */
|
||||
|
||||
var loginForm = document.getElementById("login-form");
|
||||
var loginUI = document.getElementById("login-ui");
|
||||
@@ -328,7 +328,7 @@
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
/* ]]> */ </script>
|
||||
|
||||
</body>
|
||||
|
||||
|
Reference in New Issue
Block a user