mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 07:16:32 +01:00 
			
		
		
		
	Fix indentation
This commit is contained in:
		
							parent
							
								
									77a1710954
								
							
						
					
					
						commit
						270d4d9fc2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -29,7 +29,7 @@
 | 
				
			||||||
		<iframe sandbox="allow-popups allow-popups-to-escape-sandbox" csp="script-src 'none'" srcdoc='{{ mail.html|replace({'<html>': '<html style="color: white"'}) }}'></iframe>
 | 
							<iframe sandbox="allow-popups allow-popups-to-escape-sandbox" csp="script-src 'none'" srcdoc='{{ mail.html|replace({'<html>': '<html style="color: white"'}) }}'></iframe>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
    {% elseif mail.textAsHtml %}
 | 
					    {% elseif mail.textAsHtml %}
 | 
				
			||||||
        <div class="mail_body">
 | 
					    <div class="mail_body">
 | 
				
			||||||
            {{ mail.textAsHtml|raw }}
 | 
					            {{ mail.textAsHtml|raw }}
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
    {% else %}
 | 
					    {% else %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue