git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2968 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-11-14 02:23:16 +00:00
parent b2f9c62d90
commit 25b1211c76
2 changed files with 2 additions and 1 deletions

View file

@ -200,7 +200,6 @@ function displayMultimedia(src, width, height, auto_start) {
} else {
html = "<embed src=\""+src+"\" autostart=\""+auto_start+"\" width=\""+width+"\" height=\""+height+"\"></embed>";
}
document.writeln(html);
}