Skip to content

Commit

Permalink
Update templates/beez3/html/com_content/featured/default_item.php
Browse files Browse the repository at this point in the history
Remove duplicate quote
  • Loading branch information
babsgosgens committed Feb 18, 2013
1 parent f1278f8 commit 6d42aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/beez3/html/com_content/featured/default_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

<?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 6d42aed

Please sign in to comment.