 2892aaab02
			
		
	
	
	
	
	2892aaab02Str2html was abused a lot. So use a proper name for it: SanitizeHTML And add some tests to show its behavior. (cherry picked from commit fb42972c057364a1dc99dfb528554e7a94415be7) Conflicts: docs/content/administration/mail-templates.en-us.md docs/content/administration/mail-templates.zh-cn.md prefer their version always
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			114 B
		
	
	
	
		
			Go HTML Template
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			114 B
		
	
	
	
		
			Go HTML Template
		
	
	
	
	
	
| {{.Message}}
 | |
| <details>
 | |
| 	<summary>{{.Summary}}</summary>
 | |
| 	<code>
 | |
| 		{{.Details | SanitizeHTML}}
 | |
| 	</code>
 | |
| </details>
 |