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