diff options
author | Anika Henke <anika@selfthinker.org> | 2013-08-04 09:08:02 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-08-04 09:08:02 +0100 |
commit | 6d4af72aa6e7a34b426f494eedb8a93cf2ce097a (patch) | |
tree | e40254b15cb0cd7b35579dc0763402bd58f95ebf /inc/parser/xhtml.php | |
parent | b44a5dce182bb65063dd1868e92954520e8fab88 (diff) | |
download | rpg-6d4af72aa6e7a34b426f494eedb8a93cf2ce097a.tar.gz rpg-6d4af72aa6e7a34b426f494eedb8a93cf2ce097a.tar.bz2 |
fixed typo
Diffstat (limited to 'inc/parser/xhtml.php')
-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){ |