This commit is contained in:
Jakub Vrana 2011-08-11 11:43:37 +02:00
parent 93e835aea8
commit 1370d29d27

View file

@ -15,6 +15,7 @@ page_header(lang('Process list'), $error);
<form action="" method="post">
<table cellspacing="0" onclick="tableClick(event);" class="nowrap">
<?php
// HTML valid because there is always at least one process
$i = -1;
foreach (process_list() as $i => $row) {
if (!$i) {