From: Steve Sutton Date: Wed, 20 Aug 2014 17:37:52 +0000 (-0400) Subject: Fix for image right X-Git-Tag: v1.0.10^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6ff3ec767ff30a353847aa77cb73ff9e399ac26a;p=web%2FKeweenaw.git Fix for image right close figure before the div --- diff --git a/Toolkit/Template/Image/Right.php b/Toolkit/Template/Image/Right.php index 057fce6..c6dbdd3 100644 --- a/Toolkit/Template/Image/Right.php +++ b/Toolkit/Template/Image/Right.php @@ -52,7 +52,7 @@ class Toolkit_Template_Image_Right extends Toolkit_Template_Image_ImageAbstract $html .= $this->_caption; $html .= ''; } - $html .= ''; + $html .= ''; return $html; }