Opened 17 years ago

Closed 17 years ago

#12 closed defect (fixed)

Broken table in timeslot list

Reported by: Christian Hennecke Owned by: amp4ecs
Priority: major Milestone:
Component: FE Time slot list Version:
Keywords: Cc:

Description

Currently, the extension outputs incorrect HTML for the schedule table. Rows that should have no table cell at all (because the preceeding rows have the rowspan attribute set for all their cells) have one empty table cell instead.

Change History (2)

comment:1 Changed 17 years ago by amp4ecs

Status: newassigned

This occurs only with the template from warpstock.eu With the default template no additional column is rendered.

comment:2 Changed 17 years ago by amp4ecs

Resolution: fixed
Status: assignedclosed

This was a problem with the template at warpstock.eu. If a table row has no content (no table cells) than an empty table cell was added. I fixed this with inserting a comment into the table row, so that the table row is not empty.

Note: See TracTickets for help on using tickets.