docs: make description more detailed

This commit is contained in:
kenjis 2022-10-11 09:50:09 +09:00
parent 7222c0ef36
commit a2f53ec922
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -53,7 +53,7 @@ The following functions are available:
:returns: An HTML form opening tag
:rtype: string
Creates an opening form tag with a site URL **built from your config preferences**.
Creates an opening form tag with a site URL **built from your** ``Config\App::$baseURL``.
It will optionally let you add form attributes and hidden input fields, and
will always add the `accept-charset` attribute based on the charset value in your
config file.