Django

Code

Ticket #6123: fixed_ssi_doc_typo.patch

File fixed_ssi_doc_typo.patch, 0.6 kB (added by adamv, 1 year ago)
  • django/template/defaulttags.py

    old new  
    814814    Outputs the contents of a given file into the page. 
    815815 
    816816    Like a simple "include" tag, the ``ssi`` tag includes the contents 
    817     of another file -- which must be specified using an absolute page -- 
     817    of another file -- which must be specified using an absolute path -- 
    818818    in the current page:: 
    819819 
    820820        {% ssi /home/html/ljworld.com/includes/right_generic.html %}