From bc0e63f4b7e7fe397d0240e0fb06dce22e6cce93 Mon Sep 17 00:00:00 2001 From: Andrea Tarr Date: Sun, 23 Sep 2012 18:50:21 +0200 Subject: [PATCH] # [#29281] Fix open div in com_content blog view (again). Thanks Kyle and Andy --- components/com_content/views/category/tmpl/blog_item.php | 5 ++++- installation/CHANGELOG | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/com_content/views/category/tmpl/blog_item.php b/components/com_content/views/category/tmpl/blog_item.php index 9acc86d5eb501..91f32e59bcfca 100644 --- a/components/com_content/views/category/tmpl/blog_item.php +++ b/components/com_content/views/category/tmpl/blog_item.php @@ -34,8 +34,9 @@ - get('show_title')) : ?> + get('show_title') || $this->item->state == 0 || ($params->get('show_author') && !empty($this->item->author ))) : ?> diff --git a/installation/CHANGELOG b/installation/CHANGELOG index 425d14a9e236c..ad15fefa3cc8a 100644 --- a/installation/CHANGELOG +++ b/installation/CHANGELOG @@ -30,6 +30,7 @@ $ -> Language fix or change $ Improving ta-IN installation ini # [#29285] String Last Updated appears twice in frontend. Thanks Stella. # [#29244] *Blocked/unblocked activated/not activated not displaying in user manager. Thanks Yannick + # [#29281] Fix open div in com_content blog view (again). Thanks Kyle and Andy 22-Sep-2012 Mark Dexter # [#28764] user notes category is not properly nested in the assets table. Thanks Elin.