Mercurial > hg > decoupage
changeset 19:d2e519a2f13c
css not stylesheets
author | egj@socialplanning.org |
---|---|
date | Sun, 03 Jan 2010 19:45:21 +0000 |
parents | ebc1a802f9b8 |
children | c17595c824a7 |
files | decoupage/templates/index.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/decoupage/templates/index.html Tue Dec 29 21:49:01 2009 -0500 +++ b/decoupage/templates/index.html Sun Jan 03 19:45:21 2010 +0000 @@ -6,7 +6,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude"> <head> <title>${title or path}</title> - <link py:for="sheet in stylesheets" rel="stylesheet" type="text/css" href="${sheet}"/> + <link py:for="sheet in css" rel="stylesheet" type="text/css" href="${sheet}"/> </head> <body> <xi:include py:if="include" href="${include}"/>