From d1af7665229fccb9ea843bc124bbe33098c9dc4a Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 3 May 2021 21:09:44 +0700 Subject: Correct HTML element nesting for the "here link". --- scripts/list-snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/list-snapshots.py b/scripts/list-snapshots.py index 96339e7..b298a5a 100755 --- a/scripts/list-snapshots.py +++ b/scripts/list-snapshots.py @@ -68,7 +68,7 @@ snapshots = natural_sort(snapshots, reverse=True) tmpl = jinja2.Template(""" {% for s in snapshots %} - #

{{s.name}}

+

# {{s.name}}