From 989b50a1a09e854f3cbe3dda62686e575205912e Mon Sep 17 00:00:00 2001 From: Ben Parsons Date: Wed, 29 Aug 2018 16:40:26 +0100 Subject: [PATCH] remove debug string --- .../matrix_templates/templates/schema-definition.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templating/matrix_templates/templates/schema-definition.tmpl b/scripts/templating/matrix_templates/templates/schema-definition.tmpl index 0c4be577..e2be12e8 100644 --- a/scripts/templating/matrix_templates/templates/schema-definition.tmpl +++ b/scripts/templating/matrix_templates/templates/schema-definition.tmpl @@ -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 %}