Browse Source

Merged in ctubio/ckpool-1/ctubio/fixed-immortal-table-tags-1468771817355 (pull request #9)

Fixed immortal table tags.
master
TheKano 8 years ago
parent
commit
3742e10555
  1. 2
      pool/page_events.php

2
pool/page_events.php

@ -142,6 +142,7 @@ What: <input type=text name=what size=10 value='$wh'>
}
$pg .= '</tbody>';
}
$pg .= "</table>\n";
}
if ($wh == 'ovents')
@ -195,6 +196,7 @@ What: <input type=text name=what size=10 value='$wh'>
}
$pg .= '</tbody>';
}
$pg .= "</table>\n";
}
return $pg;

Loading…
Cancel
Save