diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-01-16 19:51:52 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-01-16 19:51:52 +0100 |
commit | 9ae41cdc36c44e378449e18a63114470de89a7be (patch) | |
tree | 88ccddcd02be4391a91c968e31c7644941fa9c5b | |
parent | d4c61e61a8c538dba420faa1f5725b10c5d7c398 (diff) | |
download | rpg-9ae41cdc36c44e378449e18a63114470de89a7be.tar.gz rpg-9ae41cdc36c44e378449e18a63114470de89a7be.tar.bz2 |
minor source tweak in flash code
darcs-hash:20090116185152-7ad00-e61cc172e23a24c9d552086b1af1d935e45d29a1.gz
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index c697b1f51..495c6d646 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1485,7 +1485,7 @@ function html_flashobject($swf,$width,$height,$params=null,$flashvars=null,$atts $out .= '<!--[if IE]>'.NL; $out .= '<object '.buildAttributes($ie).'>'.NL; $out .= ' <param name="movie" value="'.hsc($swf).'" />'.NL; - $out .= '<!--><!--dgx-->'.NL; + $out .= '<!--><!-- -->'.NL; // print params if(is_array($params)) foreach($params as $key => $val){ |