mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv.
Fixed #6123, #6133, #6179, #6194. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -814,7 +814,7 @@ def ssi(parser, token): | ||||
|     Outputs the contents of a given file into the page. | ||||
|  | ||||
|     Like a simple "include" tag, the ``ssi`` tag includes the contents | ||||
|     of another file -- which must be specified using an absolute page -- | ||||
|     of another file -- which must be specified using an absolute path -- | ||||
|     in the current page:: | ||||
|  | ||||
|         {% ssi /home/html/ljworld.com/includes/right_generic.html %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user