diff decoupage/templates/index.html @ 19:d2e519a2f13c

css not stylesheets
author egj@socialplanning.org
date Sun, 03 Jan 2010 19:45:21 +0000
parents 4ca2530f8be1
children 983c13e1b71f
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}"/>