mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fixed non-closed last tag for inline buttons in HTML export.
This commit is contained in:
parent
168162c174
commit
afab863f11
1 changed files with 1 additions and 0 deletions
|
@ -1549,6 +1549,7 @@ auto HtmlWriter::Wrap::pushMessage(
|
|||
block.append(popTag());
|
||||
}
|
||||
block.append(popTag());
|
||||
block.append(popTag());
|
||||
}
|
||||
if (!message.signature.isEmpty()) {
|
||||
block.append(pushDiv("signature details"));
|
||||
|
|
Loading…
Add table
Reference in a new issue