From 547a9b700d54ca2dee9252715f22ba614020f664 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Sat, 27 Jun 2009 03:30:47 +0000 Subject: [PATCH] BUGFIX #4303: Fixed File::CMSThumbnail() HTML git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@80184 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- filesystem/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/File.php b/filesystem/File.php index 9188a7751..1753946ac 100755 --- a/filesystem/File.php +++ b/filesystem/File.php @@ -192,7 +192,7 @@ class File extends DataObject { function CMSThumbnail() { $filename = $this->Icon(); - return "
URL\" title=\"Download: $this->URL\">\"$filename\"

URL\" title=\"Download: $this->URL\">Download
$this->Size
"; + return "
URL\" title=\"Download: $this->URL\">\"$filename\"

URL\" title=\"Download: $this->URL\">Download
$this->Size
"; } /**