mark_for_escaping(s) [source]
Deprecated since version 1.10.
Explicitly mark a string as requiring HTML escaping upon output. Has no effect on SafeData subclasses.
Can be called multiple times on a single string (the resulting escaping is only applied once).
Please login to continue.