summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
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){