diff --git a/scripts/templating/matrix_templates/templates/events.tmpl b/scripts/templating/matrix_templates/templates/events.tmpl index ded33859..1ad79c6f 100644 --- a/scripts/templating/matrix_templates/templates/events.tmpl +++ b/scripts/templating/matrix_templates/templates/events.tmpl @@ -5,7 +5,7 @@ {% if (event.typeof | length) %} *{{event.typeof}}* - {{event.typeof_info}} + {{event.typeof_info | indent_block(4)}} {% endif -%}