edited table of relevant special chars (\' not recommended because its not in the HTML spec)

This commit is contained in:
Philippe Steinbach
2018-11-27 12:18:02 +01:00
committed by Nanne Baars
parent 8944bfcc1d
commit e7b69c4953
3 changed files with 2 additions and 1 deletions

View File

@ -33,8 +33,9 @@ it can run maliciously.
|< |\&lt;|
|> |\&gt;|
|" |\&quot;|
|' |\&apos;|
|' |\&#x27;|
|& |\&amp;|
|/ |\&#x2F;|
|===