From 53c957e72d24303ce0b45d63845edd3c7d637df6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 May 2021 18:32:49 +0100 Subject: [PATCH] bundles: Fix info pane formatting, remove spurious # Signed-off-by: Ian Jackson --- nwtemplates/bundles-info-pane.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwtemplates/bundles-info-pane.tera b/nwtemplates/bundles-info-pane.tera index 14361fe7..7ac88118 100644 --- a/nwtemplates/bundles-info-pane.tera +++ b/nwtemplates/bundles-info-pane.tera @@ -4,7 +4,7 @@ There is NO WARRANTY. --> {% for b in bundles %}
-#{{ b.id }} +{{ b.id }} {{ b.title }}
{% endfor %} -- 2.30.2