\t becomes a tab character in HTML
\t becomes a tab character in HTML
It should be untouched text. Only in JS does \t
etc. are escaped. So \t
becomes a tab character instead of just the text \t
.
As seen here: https://perchance.org/slash-t-in-textarea-43534#edit