diff options
-rwxr-xr-x | scripts/list-snapshots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/list-snapshots.py b/scripts/list-snapshots.py index 0d1cedd..1aab86f 100755 --- a/scripts/list-snapshots.py +++ b/scripts/list-snapshots.py @@ -51,7 +51,7 @@ tmpl = jinja2.Template(""" <h3>{{s.name}}</h3> <ul> {% for f in s.files %} - <li><a href="{{f.link}})">{{f.name}} ({{f.platform}})</a></li> + <li><a href="{{f.link}}">{{f.name}} ({{f.platform}})</a></li> {% endfor %} </ul> {% endfor %} |