fix bug with invalid spoliers

This commit is contained in:
arcan1s
2016-01-23 18:40:22 +03:00
parent 78633e6ec8
commit 28dd83b280
4 changed files with 6 additions and 120 deletions

View File

@ -19,7 +19,7 @@ hastr: true
<label class="spoiler">
<input type="checkbox" tabindex="-1">
<span class="box">
<b>{{ month }}</b><br>
<b>{{ month }}</b>
<span class="close" style="float:right;">(hide)</span><span class="open" style="float:right;">(show)</span>
<span class="spoilerbody">
{% for post in site.categories.en %}
@ -28,10 +28,11 @@ hastr: true
</span>
</span>
</label>
<br>
<label class="spoiler">
<input type="checkbox" tabindex="-1">
<span class="box">
<b>{{ new_month }}</b></br>
<b>{{ new_month }}</b>
<span class="close" style="float:right;">(hide)</span><span class="open" style="float:right;">(show)</span>
<span class="spoilerbody">
{% endif %}