mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 20:19:29 +00:00
Fix several html errors
This commit is contained in:
parent
4a0f93cd62
commit
f8c6c5bcdc
3 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@ title: Monero Team
|
|||
<div class="col-xs-12">
|
||||
<div class="tabPanel-widget">
|
||||
<label for="tab-1" tabindex="0"></label>
|
||||
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked="true">
|
||||
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked>
|
||||
<h2>Core</h2>
|
||||
<div class="tabPanel-content">
|
||||
<div class="row">
|
||||
|
|
|
@ -12,7 +12,7 @@ title: Forum Funding System
|
|||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="tabPanel-widget">
|
||||
<label for="tab-1" tabindex="0"></label>
|
||||
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked="true">
|
||||
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked>
|
||||
<h2>Ideas</h2>
|
||||
<div class="tabPanel-content">
|
||||
{% for toplevel in site.data.ffs %}
|
||||
|
|
|
@ -87,7 +87,7 @@ title: Roadmap
|
|||
{%endfor%}
|
||||
</div>
|
||||
<label for="tab-4" tabindex="0"></label>
|
||||
<input id="tab-4" type="radio" name="tabs" aria-hidden="true" checked="true">
|
||||
<input id="tab-4" type="radio" name="tabs" aria-hidden="true" checked>
|
||||
<h2>2017</h2>
|
||||
<div class="tabPanel-content">
|
||||
{% for toplevel in site.data.roadmap %}
|
||||
|
|
Loading…
Reference in a new issue