diff --git a/common/js/common.js b/common/js/common.js
index d97620e1c..3f8396b64 100644
--- a/common/js/common.js
+++ b/common/js/common.js
@@ -416,7 +416,7 @@ function _displayMultimedia(src, width, height, options) {
if(/\.(gif|jpg|jpeg|bmp|png)$/i.test(src)){
html = '
';
} else if(/\.flv$/i.test(src) || /\.mov$/i.test(src) || /\.moov$/i.test(src) || /\.m4v$/i.test(src)) {
- html = '';
+ html = '';
} else if(/\.swf/i.test(src)) {
clsid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
@@ -429,14 +429,14 @@ function _displayMultimedia(src, width, height, options) {
html += '';
}
}
- html += '' + '' + '';
+ html += '' + '' + '';
} else {
if (jQuery.browser.mozilla || jQuery.browser.opera) {
// firefox and opera uses 0 or 1 for autostart parameter.
autostart = (params.autostart && params.autostart != 'false') ? '1' : '0';
}
- html = '';
} else if(/\.flv$/i.test(src) || /\.mov$/i.test(src) || /\.moov$/i.test(src) || /\.m4v$/i.test(src)) {
- html = '';
+ html = '';
} else if(/\.swf/i.test(src)) {
clsid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
@@ -428,14 +428,14 @@ function _displayMultimedia(src, width, height, options) {
html += '';
}
}
- html += '' + '' + '';
+ html += '' + '' + '';
} else {
if (jQuery.browser.mozilla || jQuery.browser.opera) {
// firefox and opera uses 0 or 1 for autostart parameter.
autostart = (params.autostart && params.autostart != 'false') ? '1' : '0';
}
- html = '