Fix several html errors

This commit is contained in:
MaxXor 2017-10-17 13:19:24 +02:00
parent 4a0f93cd62
commit f8c6c5bcdc
3 changed files with 8 additions and 8 deletions

View file

@ -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">

View file

@ -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 %}

View file

@ -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 %}