mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 12:53:43 +01:00 
			
		
		
		
	fix possible XSS in view issue page
This commit is contained in:
		
							parent
							
								
									373731f5e8
								
							
						
					
					
						commit
						923873db85
					
				@ -124,7 +124,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	  		<div class="detail">
 | 
						  		<div class="detail">
 | 
				
			||||||
	  			<span class="octicon octicon-git-commit"></span>
 | 
						  			<span class="octicon octicon-git-commit"></span>
 | 
				
			||||||
	  			<span class="text grey">{{.Content | Safe}}</span>
 | 
						  			<span class="text grey">{{.Content | Str2html}}</span>
 | 
				
			||||||
	  		</div>
 | 
						  		</div>
 | 
				
			||||||
  		</div>
 | 
					  		</div>
 | 
				
			||||||
			{{end}}
 | 
								{{end}}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user