diff --git a/bot.py b/bot.py index 066e928..ba11688 100755 --- a/bot.py +++ b/bot.py @@ -49,15 +49,15 @@ TEMPLATE_HTML = ( "{{ labels.alertname }}" "{% if labels.instance is defined %} {{ labels.instance }}{% endif %}" "{% if annotations.summary is defined %}" - "
" - "
{{ annotations.summary }}
" + "
{{ annotations.summary }}
" "{% else %}" "
" - "" + "" "{% endif %}" )