2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 16:05:57 +00:00

Fixed non-closed last tag for inline buttons in HTML export.

This commit is contained in:
23rd
2024-11-30 10:01:48 +03:00
committed by John Preston
parent 168162c174
commit afab863f11

View File

@@ -1549,6 +1549,7 @@ auto HtmlWriter::Wrap::pushMessage(
block.append(popTag()); block.append(popTag());
} }
block.append(popTag()); block.append(popTag());
block.append(popTag());
} }
if (!message.signature.isEmpty()) { if (!message.signature.isEmpty()) {
block.append(pushDiv("signature details")); block.append(pushDiv("signature details"));