Revert "HTML output: add 'id' attribute foreach event"

This reverts commit d218fdc27b.

Because an event has no id:

    Event = namedtuple('Event', ['talk', 'row', 'rowcount'])
This commit is contained in:
Julien Palard 2023-01-21 13:03:00 +01:00
parent 074bbbf495
commit 72ca9ba572
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ class Program:
if event.row != 0:
continue
options = ' rowspan="%d" bgcolor="%s"' % (event.rowcount, event.talk.category.color)
options += ' id="%d"' % event.id
cellcontent = escape(str(event.talk)) + '<br><em>' + escape(event.talk.get_speakers_str()) + '</em>'
if self.staff:
tags = event.talk.staff_tags