mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
Clarify behaviour of core.hypertext_escape (#15464)
This commit is contained in:
parent
b6eaf7b5a4
commit
4faa16fe0d
@ -6699,6 +6699,9 @@ Formspec
|
|||||||
* `core.hypertext_escape(string)`: returns a string
|
* `core.hypertext_escape(string)`: returns a string
|
||||||
* escapes the characters "\", "<", and ">" to show text in a hypertext element.
|
* escapes the characters "\", "<", and ">" to show text in a hypertext element.
|
||||||
* not safe for use with tag attributes.
|
* not safe for use with tag attributes.
|
||||||
|
* this function does not do formspec escaping, you will likely need to do
|
||||||
|
`core.formspec_escape(core.hypertext_escape(string))` if the hypertext is
|
||||||
|
not already being formspec escaped.
|
||||||
* `core.explode_table_event(string)`: returns a table
|
* `core.explode_table_event(string)`: returns a table
|
||||||
* returns e.g. `{type="CHG", row=1, column=2}`
|
* returns e.g. `{type="CHG", row=1, column=2}`
|
||||||
* `type` is one of:
|
* `type` is one of:
|
||||||
|
Loading…
Reference in New Issue
Block a user