mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
downloads: fix html tag in dropdown
This commit is contained in:
parent
e4ef03f2db
commit
28e8ac8262
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue