diff --git a/app/bot.php b/app/bot.php index 8a8810c..768eb6e 100644 --- a/app/bot.php +++ b/app/bot.php @@ -5546,7 +5546,7 @@ DNS-over-HTTPS with IP: ]; exec("git -C / branch -vv", $mm); return [ - 'text' => '
' . implode("\n", $mm) . '
', + 'text' => '
' . htmlentities(implode("\n", $mm)) . '
', 'data' => $data, ]; }