1
0
Fork 0

display "free blocks" in the correct location

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@363 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2007-03-03 02:05:17 +00:00
parent f4688ad313
commit 188bf26129
1 changed files with 3 additions and 1 deletions

View File

@ -102,7 +102,9 @@ EOS;
</tr>
<?php } ?>
</table>
<?php echo _T('Free Blocks'); ?>:
<div>
<?php echo _T('Free Blocks'); ?>:
</div>
<?php
foreach ($cacheinfos as $i => $ci) {
$b->reset();