Changeset 16


Ignore:
Timestamp:
Sep 5, 2019, 10:04:49 AM (5 years ago)
Author:
chronos
Message:
  • Fixed: Typo in CSS table style name.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r15 r16  
    654654    );
    655655    $Order = GetOrderTableHeader($TableColumns, 'Time', 1);
    656     $Output .= '<table class="2018/WideTable">';
     656    $Output .= '<table class="WideTable">';
    657657    $Output .= $Order['Output'];
    658658    $DbResult = $this->Database->query('SELECT * '.
     
    765765      $Item = $this->PathItems[0];
    766766      if ($Item == 'sync') $Output .= $this->ShowSync();
    767       else if($this->PathItems[0] == 'empty') $Output .= $this->ShowEmpty();
     767      //else if($this->PathItems[0] == 'empty') $Output .= $this->ShowEmpty();
    768768      else if($Item == 'runner') $Output .= $this->ShowRunner();
    769769      else if($Item == 'runners') $Output .= $this->ShowRunners();
Note: See TracChangeset for help on using the changeset viewer.