projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bccdc1
)
Fix for image right
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 20 Aug 2014 17:37:52 +0000
(13:37 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 20 Aug 2014 17:37:52 +0000
(13:37 -0400)
close figure before the div
Toolkit/Template/Image/Right.php
patch
|
blob
|
history
diff --git
a/Toolkit/Template/Image/Right.php
b/Toolkit/Template/Image/Right.php
index
057fce6
..
c6dbdd3
100644
(file)
--- 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 .= '</figcaption>';
}
- $html .= '</
div></figure
>';
+ $html .= '</
figure></div
>';
return $html;
}