change bookmark-info from a <p> to a <div>

This commit is contained in:
Evan Prodromou 2011-01-04 13:10:32 -08:00
parent 98a0d7f538
commit 3dcf8f1ef6
1 changed files with 2 additions and 2 deletions

View File

@ -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();