From: Ove Klykken Date: Mon, 4 Aug 2014 18:47:02 +0000 (-0400) Subject: Removed the hardcoded div widthO X-Git-Tag: VV1^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=02a1923438d0d139451ae51ed53d592cb0a7689d;p=web%2FCityofMI.git Removed the hardcoded div widthO --- diff --git a/Toolkit/Template/Image/Left.php b/Toolkit/Template/Image/Left.php index 6fb37f1..3fb605e 100644 --- a/Toolkit/Template/Image/Left.php +++ b/Toolkit/Template/Image/Left.php @@ -45,7 +45,7 @@ class Toolkit_Template_Image_Left extends Toolkit_Template_Image_ImageAbstract { $imageData = $this->_adapter->getImageSize($size . $this->_src); - $html = '
'; + $html = '
'; $html .= parent::getImage($size); if (!empty($this->_caption)) { $html .= '
'; diff --git a/Toolkit/Template/Image/Right.php b/Toolkit/Template/Image/Right.php index f1ef03b..b4338d3 100644 --- a/Toolkit/Template/Image/Right.php +++ b/Toolkit/Template/Image/Right.php @@ -45,7 +45,7 @@ class Toolkit_Template_Image_Right extends Toolkit_Template_Image_ImageAbstract { $imageData = $this->_adapter->getImageSize($size . $this->_src); - $html = '
'; + $html = '
'; $html .= parent::getImage($size); if (!empty($this->_caption)) { $html .= '
';