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:
parent
f4688ad313
commit
188bf26129
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue