Skip to content

Commit ae3d4e0

Browse files
committed
Removed some whitespace, as noted in @shur's comment
1 parent 3b3a4b7 commit ae3d4e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/com_content/views/category/view.feed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function reconcileNames($item)
3939
$params = $app->getParams();
4040
$item->description = '';
4141
$obj = json_decode($item->images);
42-
$introImage = isset( $obj->{'image_intro'} ) ? $obj->{'image_intro'} : '';
42+
$introImage = isset($obj->{'image_intro'}) ? $obj->{'image_intro'} : '';
4343

4444
if (isset($introImage) && ($introImage != ""))
4545
{

components/com_content/views/featured/view.feed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function display($tpl = null)
6161

6262
$description = '';
6363
$obj = json_decode($row->images);
64-
$introImage = isset( $obj->{'image_intro'} ) ? $obj->{'image_intro'} : '';
64+
$introImage = isset($obj->{'image_intro'}) ? $obj->{'image_intro'} : '';
6565

6666
if (isset($introImage) && ($introImage != ""))
6767
{

0 commit comments

Comments
 (0)