Use CDATA for javascript

This commit is contained in:
Renato Botelho 2014-06-19 10:37:56 -03:00
parent 559929c2da
commit cedd070513

View File

@ -94,8 +94,8 @@ $pgtitle = array(gettext("Diagnostics"),gettext("Execute command"));
include("head.inc");
?>
<script language="javascript">
<!--
<script type="text/javascript">
//<![CDATA[
// Create recall buffer array (of encoded strings).
@ -183,7 +183,7 @@ if (isBlank( $_POST['txtRecallBuffer'] )) {
return true;
}
//-->
//]]>
</script>
<style>
<!--