[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - search.pt:1.5

Tres Seaver tseaver@zope.com
Thu, 9 Aug 2001 09:35:25 -0400


Update of /cvs-repository/Products/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv7250

Modified Files:
	search.pt 
Log Message:


 - Fix typo.


=== Products/CMFDecor/skins/zpt_generic/search.pt 1.4 => 1.5 ===
     <p>Found <span tal:define="pss modules/Products.PythonScripts.standard"
                tal:replace="python:pss.thousands_commas(len(results))">100</span> items 
-		 <span tal:condition="exists request/SearchableText|nothing"
+		 <span tal:condition="exists: request/SearchableText|nothing"
 		       tal:replace="string:matching ${request/SearchableText}"></span>.
     </p>
 <table class="SearchResults">
@@ -72,4 +72,4 @@
 </div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>