projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ced8e
)
update
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 8 Feb 2010 20:18:49 +0000
(20:18 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 8 Feb 2010 20:18:49 +0000
(20:18 +0000)
classes/class_template.inc
patch
|
blob
|
history
diff --git
a/classes/class_template.inc
b/classes/class_template.inc
index
d305168
..
48a249a
100644
(file)
--- a/
classes/class_template.inc
+++ b/
classes/class_template.inc
@@
-2567,7
+2567,7
@@
class GLM_TEMPLATE
}
$img .= ' src="'.$size.$image.'" '.$titletag.'>';
if ($caption) {
- $img .= '<div class="imagecaption">
'.$caption.'
</div>';
+ $img .= '<div class="imagecaption">
<p>'.$caption.'</p>
</div>';
}
$img .= '</div>';
return $img;