From 610fc7f131400b5aa13a97b0f162ed24c4c2c095 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 20 Mar 2007 07:50:06 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@569 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/default/view_document.html | 2 +- .../editor/components/multimedia_link/multimedia_link.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)})
+
{$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); } } ?>