diff zpt/thumbs_main_rss.zpt @ 588:e1034c2ca255

bug with missing current param.
author casties
date Thu, 15 Nov 2012 17:20:03 +0100
parents 1493ff41d380
children
line wrap: on
line diff
--- a/zpt/thumbs_main_rss.zpt	Thu Nov 15 17:09:45 2012 +0100
+++ b/zpt/thumbs_main_rss.zpt	Thu Nov 15 17:20:03 2012 +0100
@@ -3,7 +3,7 @@
      xmlns:media="http://search.yahoo.com/mrss"
      xmlns:tal="http://xml.zope.org/namespaces/tal">
 
-<channel tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode options/viewMode; start pageinfo/start; end pageinfo/end; rows pageinfo/rows; cols pageinfo/cols;  current pageinfo/current; grpsize pageinfo/groupsize; pages docinfo/numPages">
+<channel tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode options/viewMode; start pageinfo/start; end pageinfo/end; rows pageinfo/rows; cols pageinfo/cols; grpsize pageinfo/groupsize; pages docinfo/numPages">
  
     <item tal:repeat="idx python:range(1,pages)">
       <title tal:content="string:$idx">title</title>