diff montage/templates/strip.html @ 17:17ccb1022656

fix templates
author egj@socialplanning.org
date Sun, 03 Jan 2010 22:13:25 +0000
parents 33349e5178b3
children c2d59b93aa43
line wrap: on
line diff
--- a/montage/templates/strip.html	Sun Jan 03 19:27:24 2010 +0000
+++ b/montage/templates/strip.html	Sun Jan 03 22:13:25 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}"/>