From: Ian Jackson Date: Mon, 3 May 2021 17:32:49 +0000 (+0100) Subject: bundles: Fix info pane formatting, remove spurious # X-Git-Tag: otter-0.6.0~428 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=53c957e72d24303ce0b45d63845edd3c7d637df6;p=otter.git bundles: Fix info pane formatting, remove spurious # Signed-off-by: Ian Jackson --- 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 %}