Skip to content

Commit

Permalink
Update templates/beez3/html/com_content/category/blog_item.php
Browse files Browse the repository at this point in the history
Remove duplicate parenthesis.
  • Loading branch information
babsgosgens committed Feb 17, 2013
1 parent 34482ae commit f1278f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/beez3/html/com_content/category/blog_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<?php endif; ?>
<?php if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
<?php $imgfloat = (empty($images->float_intro)) ? $params->get('float_intro') : $images->float_intro; ?>
<div class="img-intro-"<?php echo htmlspecialchars($imgfloat); ?>">
<div class="img-intro-<?php echo htmlspecialchars($imgfloat); ?>">
<img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
Expand Down

0 comments on commit f1278f8

Please sign in to comment.