We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a2208 commit a555e0bCopy full SHA for a555e0b
components/callbacks.py
@@ -585,5 +585,5 @@ async def privacy(update: Update, _: ContextTypes.DEFAULT_TYPE) -> None:
585
"""Reply with the privacy policy"""
586
message = cast(Message, update.effective_message)
587
await message.reply_text(
588
- f"Please read my privacy policy in <a href={PRIVACY_POLICY}>here</a>."
+ f"Please read my privacy policy in <a href='{PRIVACY_POLICY}'>here</a>."
589
)
0 commit comments