Django

Code

Show
Ignore:
Timestamp:
06/17/08 06:19:08 (5 months ago)
Author:
russellm
Message:

Fixed #7470 -- Corrected typo in template docs. Thanks to cbmeeks@gmail.com for the report.

Files:

Legend:

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

    r7649 r7674  
    347347    * One, you can make sure to run each untrusted variable through the 
    348348      ``escape`` filter (documented below), which converts potentially harmful 
    349       HTML characters to unharmful ones. This was default the default solution 
     349      HTML characters to unharmful ones. This was the default solution 
    350350      in Django for its first few years, but the problem is that it puts the 
    351351      onus on *you*, the developer / template author, to ensure you're escaping