mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-03 23:16:31 +01:00 
			
		
		
		
	iFrame manipulation for readable text
This commit is contained in:
		
							parent
							
								
									b41d731c6c
								
							
						
					
					
						commit
						01b56d97e9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@
 | 
			
		|||
    </div>
 | 
			
		||||
    {% if mail.html %}
 | 
			
		||||
    <div>
 | 
			
		||||
		<iframe srcdoc='{{ mail.html }}'></iframe>
 | 
			
		||||
		<iframe srcdoc='{{ mail.html|replace({'<html>': '<html style="color: white"'}) }}'></iframe>
 | 
			
		||||
	</div>
 | 
			
		||||
    {% elseif mail.textAsHtml %}
 | 
			
		||||
        <div class="mail_body">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue