[Zope3-checkins] SVN: Zope3/trunk/src/z3checkins/container.pt Fix
spacing.
Marius Gedminas
marius at pov.lt
Thu Aug 26 16:13:12 EDT 2004
Log message for revision 27284:
Fix spacing.
Changed:
U Zope3/trunk/src/z3checkins/container.pt
-=-
Modified: Zope3/trunk/src/z3checkins/container.pt
===================================================================
--- Zope3/trunk/src/z3checkins/container.pt 2004-08-26 19:38:24 UTC (rev 27283)
+++ Zope3/trunk/src/z3checkins/container.pt 2004-08-26 20:13:12 UTC (rev 27284)
@@ -57,7 +57,7 @@
<a tal:define="prev python:max(0, start - size)"
tal:condition="python: start > 0"
tal:attributes="href string:${request/URL}?start=${prev}${opt_size}"
- >Previous<span tal:replace="size">20</span></a>
+ >Previous <span tal:replace="size">20</span></a>
</div>
<div tal:replace="structure view/renderCheckins" />
More information about the Zope3-Checkins
mailing list