Ticket #6123: fixed_ssi_doc_typo.patch

File fixed_ssi_doc_typo.patch, 610 bytes (added by Adam Vandenberg, 16 years ago)
  • django/template/defaulttags.py

     
    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 %}
Back to Top