reformat html end tags
This commit is contained in:
parent
dcb6dc94fc
commit
f80ce7c40a
2 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ def format_events(events):
|
|||
f"<td><a href=\"{event['url'].decode('utf-8')}\">{event['name'].decode('utf-8')}</a></td>"
|
||||
"</tr>"
|
||||
)
|
||||
print("</table><!--/.table /.table-condensed-->")
|
||||
print("</table><!--/.table .table-condensed-->")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue