mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:47:32 -05:00 
			
		
		
		
	wip
This commit is contained in:
		
							parent
							
								
									0756abece5
								
							
						
					
					
						commit
						cc7bdf15fe
					
				@ -276,7 +276,7 @@ class TemplateEngine
 | 
				
			|||||||
        $documents['wrapper']->saveHTML();
 | 
					        $documents['wrapper']->saveHTML();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $documents['body'] = new \DOMDocument();
 | 
					        $documents['body'] = new \DOMDocument();
 | 
				
			||||||
        $documents['body']->loadHTML(empty($body) ? '<div></div>' : (new CssToInlineStyles())->convert($body, $styles));
 | 
					        $documents['body']->loadHTML(empty($body) ? '<div></div>' : mb_convert_encoding((new CssToInlineStyles())->convert($body, $styles), 'HTML-ENTITIES', 'UTF-8'));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $table_html ='
 | 
					        $table_html ='
 | 
				
			||||||
            <table style="font-family:arial,helvetica,sans-serif;" role="presentation" cellpadding="0" cellspacing="0" width="100%" border="0">
 | 
					            <table style="font-family:arial,helvetica,sans-serif;" role="presentation" cellpadding="0" cellspacing="0" width="100%" border="0">
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user