Mercurial > hg > decoupage
changeset 24:6b27461955d1
correct variable name
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 09 Jan 2010 12:10:10 -0500 |
parents | d1b1019d9254 |
children | d5775f3667a2 |
files | decoupage/formatters.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/decoupage/formatters.py Mon Jan 04 04:26:32 2010 +0000 +++ b/decoupage/formatters.py Sat Jan 09 12:10:10 2010 -0500 @@ -127,7 +127,7 @@ def __init__(self, arg): self.css = arg.split() def __call__(self, request, data): - data['stylesheets'] = self.css + data['css'] = self.css class Include(object): """include a file at the top of the body"""