mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[5.2.x] Fixed typo in docs/ref/utils.txt.
Backport of ac2d907f45 from main
			
			
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							e5080fc5e9
						
					
				
				
					commit
					1c2e11c7f4
				
			| @@ -746,7 +746,7 @@ escaping HTML. | ||||
|     is anything contained within ``<>``. | ||||
|  | ||||
|     Absolutely NO guarantee is provided about the resulting string being | ||||
|     HTML safe. So NEVER mark safe the result of a ``strip_tag`` call without | ||||
|     HTML safe. So NEVER mark safe the result of a ``strip_tags`` call without | ||||
|     escaping it first, for example with :func:`~django.utils.html.escape`. | ||||
|  | ||||
|     For example:: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user