diff --git a/common/js/common.js b/common/js/common.js index 0cf8ebaee..25bbf95d1 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -143,15 +143,15 @@ function displayMultimedia(src, width, height, auto_start) { clsid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"; codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.c-ab#version=6,0,29,0"; html = ""+ - ""+ + ""+ ""+ ""+ - ""+ + ""+ "<\/object>"; } else if(/\.flv/i.test(src)) { html = ""; } else { - html = ""; + html = ""; } document.writeln(html);