mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use CDATA for javascript
This commit is contained in:
parent
559929c2da
commit
cedd070513
@ -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>
|
||||
<!--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user