mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 15:51:15 +01:00
Small fix
This commit is contained in:
parent
f6dfe47ce1
commit
f62ee8f426
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit 3ff1c3be3775d398bda6adde3dbd0e5dcd79830b
|
||||
Subproject commit c09c0c461cf49591dea51dc9d409351e1a6e4cdc
|
@ -291,7 +291,7 @@ trait Start
|
||||
$title = \htmlentities($title);
|
||||
$message = \htmlentities($message);
|
||||
getOutputBufferStream()->write(\sprintf(
|
||||
$this->settings->getTemplates()->getHtmlTemplate(),
|
||||
$this->getSettings()->getTemplates()->getHtmlTemplate(),
|
||||
$message,
|
||||
$form,
|
||||
Lang::$current_lang['go'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user