diff --git a/src/services/telegram/commands/diario.rs b/src/services/telegram/commands/diario.rs index 53494f67..b30c4f7d 100644 --- a/src/services/telegram/commands/diario.rs +++ b/src/services/telegram/commands/diario.rs @@ -67,7 +67,7 @@ impl TelegramWrite for DiarioEntry { // Quote optionally covered by a spoiler tag match self.warning.to_owned() { None => write!(f, "
{}
", self.clone().quote.escape_telegram_html())?, - Some(warning) => write!(f, "
{}
", warning.escape_telegram_html())?, + Some(warning) => write!(f, "
{}
", self.clone().quote.escape_telegram_html())?, } // Newline