Skip to content

Commit a921e66

Browse files
committed
docs: make functions linkable
1 parent 8c349e5 commit a921e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/outgoing/response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ life, and is most secure when generated on the fly. To make this simple, you can
214214

215215
If you don't like this auto replacement functionality, you can turn it off with setting ``$autoNonce = false`` in **app/Config/ContentSecurityPolicy.php**.
216216

217-
In this case, you can use the functions, ``csp_script_nonce()`` and ``csp_style_nonce()``::
217+
In this case, you can use the functions, :php:func:`csp_script_nonce()` and :php:func:`csp_style_nonce()`::
218218

219219
// Original
220220
<script <?= csp_script_nonce() ?>>

0 commit comments

Comments
 (0)