diff --git a/inc/html.php b/inc/html.php index c697b1f51541c19f6b377d2069e817e91fddc797..495c6d6467e5b9d1d60332cbdaa20870d22b381e 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){