Duplicate vertical headers to the right small bug

Started by ant7, October 02, 2016, 07:28:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ant7

Hi!
I switched on Duplicate vertical headers to the right option in Settings->Timetables menu and generated timetable.
Then I edited css file and changed text font size in the left and right headers by use of
th.yAxis {
  height: 8ex;
  font-size: smaller;
}

In webbrowser view only left header had smaller font.
I looked into the html file and added <th class="yAxis">11:00-11:30</th>  for the test and it worked out.
This line should be added hundred times so please correct this error.

       <tr>
          <th class="yAxis">11:00-11:30</th>
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
         <th class="yAxis">11:00-11:30</th>    <------ missed ?!
        </tr>

Liviu Lalescu

Thank you for the bug report! It will be fixed right-away, I hope, by Volker, if possible.

Liviu Lalescu

This bug was fixed in FET-5.30.4, released today. Thank you for the bug report!

ant7

Thanks for the quick response and a new version of the program. :D