IAL32 commented on PR #28894: URL: https://github.com/apache/airflow/pull/28894#issuecomment-1382702492
> Can we use Markup() class from markupsafe instead? @ashb We can't. Markup only escapes html text, which is already done by Flask (see tests). The goal of my PR would be to remove HTML tags prior to being escaped by Flask, so it doesn't look ugly. An alternative would be to have something like `instance_title` which does not contain any markup, but I imagine that's a whole other config entry that we might not want to have. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
