Merge branch 'testing' into 0.9.x
This commit is contained in:
		@@ -499,7 +499,7 @@ class NoticeListItem extends Widget
 | 
			
		||||
        $ns = $this->notice->getSource();
 | 
			
		||||
 | 
			
		||||
        if ($ns) {
 | 
			
		||||
            $source_name = _($ns->code);
 | 
			
		||||
            $source_name = (empty($ns->name)) ? _($ns->code) : _($ns->name);
 | 
			
		||||
            $this->out->text(' ');
 | 
			
		||||
            $this->out->elementStart('span', 'source');
 | 
			
		||||
            $this->out->text(_('from'));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user