diff --git a/templating/matrix_templates/templates/events.tmpl b/templating/matrix_templates/templates/events.tmpl index 858f5ef6c..f7a8263e2 100644 --- a/templating/matrix_templates/templates/events.tmpl +++ b/templating/matrix_templates/templates/events.tmpl @@ -6,7 +6,7 @@ {{event.typeof_info}} {{event.desc | wrap(80)}} -{% for table in event.content_fields -%} +{% for table in event.content_fields %} {{"``"+table.title+"``" if table.title else "" }} {{ tables.paramtable(table.rows, [(table.title or "Content") ~ " Key", "Type", "Description"]) }}