diff --git a/common/js/common.js b/common/js/common.js
index 3020475ea..7cc6dc7f9 100644
--- a/common/js/common.js
+++ b/common/js/common.js
@@ -486,9 +486,13 @@ function displayMultimedia(src, width, height, options) {
+ ''
+ '';
} else if(/\.flv$/i.test(src) || /\.mov$/i.test(src) || /\.moov$/i.test(src) || /\.m4v$/i.test(src)) {
- html = '';
+ html = '';
} else {
- html = '';
+ html = '';
}
document.writeln(html);
}