[Zope3-checkins] CVS: Zope3/src/zope/app/browser/cache - ramedit.pt:1.4

Steve Alexander steve@cat-box.net
Mon, 30 Jun 2003 13:05:11 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/cache
In directory cvs.zope.org:/tmp/cvs-serv24902/src/zope/app/browser/cache

Modified Files:
	ramedit.pt 
Log Message:
Removed TAB characters.


=== Zope3/src/zope/app/browser/cache/ramedit.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/cache/ramedit.pt:1.3	Tue Apr  8 16:58:02 2003
+++ Zope3/src/zope/app/browser/cache/ramedit.pt	Mon Jun 30 13:04:41 2003
@@ -20,24 +20,24 @@
           <th class="EditAttributeName" i18n:translate="">Maximum cached entries</th>
           <td class="EditAttributeValue">
             <input type="text" name="maxEntries:int"   
-	           tal:attributes="value context/maxEntries"/>
-            
+                   tal:attributes="value context/maxEntries"/>
+
           </td>
         </tr>
         <tr>
           <th class="EditAttributeName" i18n:translate="">Maximum age of cached entries</th>
           <td class="EditAttributeValue">
             <input type="text" name="maxAge:int"   
-	           tal:attributes="value context/maxAge"/>
-            
+                   tal:attributes="value context/maxAge"/>
+
           </td>
         </tr>
         <tr>
           <th class="EditAttributeName" i18n:translate="">Time between cache cleanups</th>
           <td class="EditAttributeValue">
             <input type="text" name="cleanupInterval:int"   
-	           tal:attributes="value context/cleanupInterval"/>
-            
+                   tal:attributes="value context/cleanupInterval"/>
+
           </td>
         </tr>
       </table>