Skip to content

Commit

Permalink
changed spaces to tabs
Browse files Browse the repository at this point in the history
changed spaces to tabs
  • Loading branch information
fcoulter committed Aug 29, 2018
1 parent 8c4ea79 commit 157ce61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/com_tags/views/tag/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ public function display($tpl = null)
if ($itemElement->type_alias === 'com_content.category')
{
$itemElement->core_images = json_encode(
array(
'image_intro' => $itemElement->core_params->get('image', ''),
'image_intro_alt' => $itemElement->core_params->get('image_alt', '')
)
array(
'image_intro' => $itemElement->core_params->get('image', ''),
'image_intro_alt' => $itemElement->core_params->get('image_alt', '')
)
);
}
}
Expand Down

0 comments on commit 157ce61

Please sign in to comment.