From bf9c46d6fb5a726061e1ca30498db1a7e174efe0 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 8 Jun 2007 06:37:34 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1581 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);