Function html_escape::encode_script_double_quoted_text
source · Expand description
Encode text used in a double quoted text in the <script>
element.
The following substring and character are escaped:
</script>
=><\/script>
"
=>\"
<!--
=><\!--