Skip to content

Commit 8e09849

Browse files
obozdagkenjis
andauthored
docs: Fix source function definition in helpers/html_helper.rst
Co-authored-by: kenjis <[email protected]>
1 parent 1e868d0 commit 8e09849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/helpers/html_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The following functions are available:
261261

262262
Identical to :php:func:`video()`, only it produces ``<audio>`` element instead of ``<video>``.
263263

264-
.. php:function:: source($src[, $type = false[, $attributes = '']])
264+
.. php:function:: source($src, $type = 'unknown', $attributes = '', $indexPage = false)
265265
266266
:param string $src: The path of the media resource
267267
:param bool $type: The MIME-type of the resource with optional codecs parameters

0 commit comments

Comments
 (0)