diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/parser/xhtml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index c6e5a8e22..05472db1d 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -1321,7 +1321,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { * @author Anika Henke <anika@selfthinker.org> * * @param string $src - ID of audio to embed - * @param array $atts - additional attributes for the <video> tag + * @param array $atts - additional attributes for the <audio> tag */ function _audio($src,$atts=null){ |