From b19a97519372f6c4017f2b0047913c95e4291f20 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 15 Nov 2013 12:09:16 +0800 Subject: [PATCH] DataObjects/Images.php --- DataObjects/Images.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DataObjects/Images.php b/DataObjects/Images.php index bf700ec4..821ce5d5 100644 --- a/DataObjects/Images.php +++ b/DataObjects/Images.php @@ -490,10 +490,10 @@ class Pman_Core_DataObjects_Images extends DB_DataObject $extra = ' title="'. htmlspecialchars($this->title) . '"'; } - return 'URL($size, $provider) . '"' . $extra . - '" width="'. $sx . - '" height="'. $sy . '">'; + ' width="'. $sx . '"' + ' height="'. $sy . '">'; } -- 2.39.2