ws
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 30 May 2009 17:56:57 +0000 (13:56 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 31 May 2009 15:33:11 +0000 (11:33 -0400)
framework/Image/lib/Horde/Image/Effect/Im/Border.php

index 95a6416..b9dc43e 100755 (executable)
@@ -30,7 +30,7 @@ class Horde_Image_Effect_Im_Border extends Horde_Image_Effect
     public function apply()
     {
         $this->_image->addPostSrcOperation(sprintf(
-            "   -bordercolor \"%s\" %s -border %s",
+            "-bordercolor \"%s\" %s -border %s",
             $this->_params['bordercolor'],
             (!empty($this->_params['preserve']) ? '-compose Copy' : ''),
             $this->_params['borderwidth']));