diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-01-17 20:43:38 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-01-17 20:43:38 +0100 |
commit | 109577f522aaa3fec5ded0dcc9cc6bd7d04b4a6a (patch) | |
tree | bac554b492822999ef1074f10e109967ebd810bb /inc/parser | |
parent | eedfb17f34ee82f454beb01b7b998c16d77f1c07 (diff) | |
download | rpg-109577f522aaa3fec5ded0dcc9cc6bd7d04b4a6a.tar.gz rpg-109577f522aaa3fec5ded0dcc9cc6bd7d04b4a6a.tar.bz2 |
fixed display of local flash files
darcs-hash:20090117194338-7ad00-47d9dd7534ae4005f6742f5572551a0cc7582683.gz
Diffstat (limited to 'inc/parser')
-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 545f48b4e..2b9e30b98 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -976,7 +976,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { $att['class'] = "media$align"; if($align == 'right') $att['align'] = 'right'; if($align == 'left') $att['align'] = 'left'; - $ret .= html_flashobject($src,$width,$height, + $ret .= html_flashobject(ml($src,array('cache'=>$cache)),$width,$height, array('quality' => 'high'), null, $att, |