summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-08-04 09:08:02 +0100
committerAnika Henke <anika@selfthinker.org>2013-08-04 09:08:02 +0100
commit6d4af72aa6e7a34b426f494eedb8a93cf2ce097a (patch)
treee40254b15cb0cd7b35579dc0763402bd58f95ebf /inc
parentb44a5dce182bb65063dd1868e92954520e8fab88 (diff)
downloadrpg-6d4af72aa6e7a34b426f494eedb8a93cf2ce097a.tar.gz
rpg-6d4af72aa6e7a34b426f494eedb8a93cf2ce097a.tar.bz2
fixed typo
Diffstat (limited to 'inc')
-rw-r--r--inc/parser/xhtml.php2
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){