forked from GNUsocial/gnu-social
get right output context for BlogEntryListItem
This commit is contained in:
parent
a1911dc2c1
commit
4c9ae4fae6
@ -49,10 +49,11 @@ class BlogEntryListItem extends NoticeListItemAdapter
|
|||||||
{
|
{
|
||||||
function showNotice()
|
function showNotice()
|
||||||
{
|
{
|
||||||
$this->out->elementStart('div', 'entry-title');
|
$out = $this->nli->out;
|
||||||
|
$out->elementStart('div', 'entry-title');
|
||||||
$this->showAuthor();
|
$this->showAuthor();
|
||||||
$this->showContent();
|
$this->showContent();
|
||||||
$this->out->elementEnd('div');
|
$out->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
|
||||||
function showContent()
|
function showContent()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user