Skip to content

Commit 7d3f02c

Browse files
update docs about esc()
`null` is not `$context`
1 parent b5478b3 commit 7d3f02c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/general/common_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Service Accessors
8181
If $data is a string, then it simply escapes and returns it.
8282
If $data is an array, then it loops over it, escaping each 'value' of the key/value pairs.
8383

84-
Valid context values: html, js, css, url, attr, raw, null
84+
Valid context values: html, js, css, url, attr, raw
8585

8686
.. php:function:: helper($filename)
8787

0 commit comments

Comments
 (0)