add some wrapper markup for bookmarklistitem
This commit is contained in:
		@@ -49,6 +49,8 @@ class BookmarkListItem extends NoticeListItemAdapter
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    function showContent()
 | 
					    function showContent()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 | 
					        $this->out->elementStart('p', array('class' => 'entry-content'));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $notice = $this->nli->notice;
 | 
					        $notice = $this->nli->notice;
 | 
				
			||||||
        $out    = $this->nli->out;
 | 
					        $out    = $this->nli->out;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -123,5 +125,7 @@ class BookmarkListItem extends NoticeListItemAdapter
 | 
				
			|||||||
                          array('class' => 'bookmark-description'),
 | 
					                          array('class' => 'bookmark-description'),
 | 
				
			||||||
                          $nb->description);
 | 
					                          $nb->description);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        $this->out->elementEnd('p');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user