Django

Code

Changeset 6828

Show
Ignore:
Timestamp:
12/02/07 09:03:36 (9 months ago)
Author:
mtredinnick
Message:

Fixed #6097 -- Fixed some broken RST markup. Thanks, Simeon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/templates.txt

    r6798 r6828  
    341341into your Web pages, because a malicious user could use this kind of hole to 
    342342do potentially bad things. This type of security exploit is called a 
    343 Cross Site Scripting`_ (XSS) attack. 
     343`Cross Site Scripting`_ (XSS) attack. 
    344344 
    345345To avoid this problem, you have two options: 
     
    367367Again, we stress that this behavior is on by default. If you're using Django's 
    368368template system, you're protected. 
     369 
     370.. _Cross Site Scripting: http://en.wikipedia.org/wiki/Cross-site_scripting 
    369371 
    370372How to turn it off