Changeset 170 for trunk/html

Show
Ignore:
Timestamp:
01/29/08 21:19:08 (3 years ago)
Author:
akaihola
Message:

[html] typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/html/templatetags/ambihtml.py

    r168 r170  
    1515def gapless(parser, token): 
    1616    """ 
    17     Remove emply and whitespace-only lines.  Useful for getting rid of those 
     17    Remove empty and whitespace-only lines.  Useful for getting rid of those 
    1818    empty lines caused by template lines with only template tags and possibly 
    1919    whitespace.