diff --git a/modules/board/skins/default/view_document.html b/modules/board/skins/default/view_document.html
index e6b5ca501..878717165 100644
--- a/modules/board/skins/default/view_document.html
+++ b/modules/board/skins/default/view_document.html
@@ -62,7 +62,7 @@
{$lang->uploaded_file} |
- {$file->source_filename} ({FileHandler::filesize($file->file_size)}) ({number_format($file->download_count)})
+
|
diff --git a/modules/editor/components/multimedia_link/multimedia_link.class.php b/modules/editor/components/multimedia_link/multimedia_link.class.php
index 3f0ebfadb..9b909c115 100644
--- a/modules/editor/components/multimedia_link/multimedia_link.class.php
+++ b/modules/editor/components/multimedia_link/multimedia_link.class.php
@@ -57,7 +57,7 @@
$src = str_replace(array('&','"'), array('&','&qout;'), $src);
- return sprintf("", $src, $width, $height, $auto_start);
+ return sprintf("", $src, $width, $height, $auto_start);
}
}
?>