fortmatted report text
This commit is contained in:
		
							parent
							
								
									ac3d7960d6
								
							
						
					
					
						commit
						66ce235436
					
				@ -18,7 +18,7 @@ class ReportImageTheme extends Themelet {
 | 
				
			|||||||
		$n = 0;
 | 
							$n = 0;
 | 
				
			||||||
		foreach($reports as $report) {
 | 
							foreach($reports as $report) {
 | 
				
			||||||
			$image = $report['image'];
 | 
								$image = $report['image'];
 | 
				
			||||||
			$h_reason = html_escape($report['reason']);
 | 
								$h_reason = format_text($report['reason']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if($config->get_bool('report_image_show_thumbs')) {
 | 
								if($config->get_bool('report_image_show_thumbs')) {
 | 
				
			||||||
				$image_link = $this->build_thumb_html($image);
 | 
									$image_link = $this->build_thumb_html($image);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user