bugix: missed some quotation marks
This commit is contained in:
parent
4a462d4123
commit
e178ae4079
@ -14,7 +14,7 @@ class TableCell:
|
|||||||
|
|
||||||
def to_html(self):
|
def to_html(self):
|
||||||
if self.is_header:
|
if self.is_header:
|
||||||
html = f"<th title={self.description}>{self.name}</th>"
|
html = f"<th title='{self.description}'>{self.name}</th>"
|
||||||
elif not self.name:
|
elif not self.name:
|
||||||
html = f'<td colspan="{self.colspan}" class="filler"></td>'
|
html = f'<td colspan="{self.colspan}" class="filler"></td>'
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user