# HG changeset patch # User k0s # Date 1263057010 18000 # Node ID 6b27461955d12f1a32579896d303ea8c5c73b3f8 # Parent d1b1019d9254309d47893ad0deb318465a0b5634 correct variable name diff -r d1b1019d9254 -r 6b27461955d1 decoupage/formatters.py --- 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"""