DataObjects/Images.php
authorAlan Knowles <alan@roojs.com>
Fri, 15 Nov 2013 04:09:16 +0000 (12:09 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Nov 2013 04:09:16 +0000 (12:09 +0800)
DataObjects/Images.php

index bf700ec..821ce5d 100644 (file)
@@ -490,10 +490,10 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
             $extra = ' title="'. htmlspecialchars($this->title) . '"';
         }
         
-        return '<img src="' . $this->URL($size, $provider) .
+        return '<img src="' . $this->URL($size, $provider) . '"' .
                 $extra .
-                '" width="'. $sx .
-                '" height="'. $sy . '">';
+                ' width="'. $sx . '"'
+                ' height="'. $sy . '">';
         
         
     }