downloads: fix html tag in dropdown

This commit is contained in:
rating89us 2020-07-11 01:13:26 +02:00 committed by GitHub
parent e4ef03f2db
commit 28e8ac8262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ permalink: /downloads/index.html
<input id="check01" type="checkbox" name="menu"/>
<label for="check01">{% t downloads.choose %}</label>
<ul id="menu">
<li><<a href="#gui">{% t downloads.gui %}</a></li>
<li><a href="#gui">{% t downloads.gui %}</a></li>
<li><a href="#cli">{% t downloads.cli %}</a></li>
<li><a href="#blockchain">{% t downloads.blockchain %}</a></li>
<li><a href="#hardware">{% t downloads.hardware %}</a></li>