Browse Source

Fixed immortal table tags.

master
Carles Tubio 8 years ago
parent
commit
be0123f376
  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 .= '</tbody>';
} }
$pg .= "</table>\n";
} }
if ($wh == 'ovents') if ($wh == 'ovents')
@ -195,6 +196,7 @@ What: <input type=text name=what size=10 value='$wh'>
} }
$pg .= '</tbody>'; $pg .= '</tbody>';
} }
$pg .= "</table>\n";
} }
return $pg; return $pg;

Loading…
Cancel
Save