mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in docs/ref/templates/builtins.txt.
This commit is contained in:
		| @@ -1643,7 +1643,7 @@ For example:: | ||||
|  | ||||
|     {{ value|escapejs }} | ||||
|  | ||||
| If ``value`` is ``"testing\r\njavascript \'string" <b>escaping</b>"``, | ||||
| If ``value`` is ``"testing\r\njavascript 'string\" <b>escaping</b>"``, | ||||
| the output will be ``"testing\\u000D\\u000Ajavascript \\u0027string\\u0022 \\u003Cb\\u003Eescaping\\u003C/b\\u003E"``. | ||||
|  | ||||
| .. templatefilter:: filesizeformat | ||||
|   | ||||
		Reference in New Issue
	
	Block a user