Index: trunk/htdocs/cacher/sub/summary.tpl.php
===================================================================
--- trunk/htdocs/cacher/sub/summary.tpl.php	(revision 1074)
+++ trunk/htdocs/cacher/sub/summary.tpl.php	(revision 1076)
@@ -2,5 +2,5 @@
 <table cellspacing="0" cellpadding="4" class="cycles caches">
 	<caption><?php echo _('Caches'); ?></caption>
-	<tr <?php echo $cycleClass->next(); ?>>
+	<tr>
 	<?php echo
 		th(N_("cache.cache"))
@@ -36,6 +36,9 @@
 	$l_confirm = _('Sure?');
 	foreach ($cacheinfos as $i => $ci) {
-		echo "
-		<tr ", $cycleClass->next(), ">";
+		$class = $cycleClass->next();
+		echo <<<TR
+	<tr {$class}>
+
+TR;
 		$pvalue = (int) ($ci['avail'] / $ci['size'] * 100);
 		$pempty = 100 - $pvalue;
@@ -121,10 +124,9 @@
 		<td align="right">{$ci['deleted']}</td>
 		<td align="right">{$ci['gc']}</td>
+
 EOS;
-
-			$cycleClass->reset();
-			?>
+		?>
 	</tr>
-	<?php } ?>
+<?php } ?>
 </table>
 <div class="blockarea legends">
