mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
remove debug string
This commit is contained in:
parent
6e0fe70500
commit
989b50a1a0
|
|
@ -8,7 +8,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% for table in definition.tables -%}
|
||||
{{"``7777"+table.title+"``" if table.title else "" }}
|
||||
{{"``"+table.title+"``" if table.title else "" }}
|
||||
{{ tables.paramtable(table.rows) }}
|
||||
{% endfor %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue