"Twitter card" support had badly referenced HTML outputter
This commit is contained in:
		@@ -559,7 +559,7 @@ class TwitterBridgePlugin extends Plugin
 | 
				
			|||||||
                $action->element('meta', array('name'    => 'twitter:title',
 | 
					                $action->element('meta', array('name'    => 'twitter:title',
 | 
				
			||||||
                                             'content' => $action->attachment->title));
 | 
					                                             'content' => $action->attachment->title));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                $ns = new AttachmentNoticeSection($this);
 | 
					                $ns = new AttachmentNoticeSection($action);
 | 
				
			||||||
                $notices = $ns->getNotices();
 | 
					                $notices = $ns->getNotices();
 | 
				
			||||||
                $noticeArray = $notices->fetchAll();
 | 
					                $noticeArray = $notices->fetchAll();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user