change bookmark-info from a <p> to a <div>
This commit is contained in:
parent
98a0d7f538
commit
3dcf8f1ef6
@ -318,7 +318,7 @@ class BookmarkPlugin extends Plugin
|
||||
}
|
||||
}
|
||||
|
||||
$out->elementStart('p', array('class' => 'bookmark-info'));
|
||||
$out->elementStart('div', array('class' => 'bookmark-info entry-content'));
|
||||
|
||||
$avatar = $profile->getAvatar(AVATAR_MINI_SIZE);
|
||||
|
||||
@ -344,7 +344,7 @@ class BookmarkPlugin extends Plugin
|
||||
$nli->showContext();
|
||||
$nli->showRepeat();
|
||||
|
||||
$out->elementEnd('p');
|
||||
$out->elementEnd('div');
|
||||
|
||||
$nli->showNoticeOptions();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user