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