diff --git a/index.html b/index.html index 2c3a303..e1bfbca 100644 --- a/index.html +++ b/index.html @@ -262,7 +262,7 @@ function renderMonthBlock(id,si,label,from,to){ for(var i=from;i<=to;i++){var m=months[i];if(d[m]&&(d[m].report||(d[m].files&&d[m].files.length))){ has=true;html+='
'+M(i)+(label?' β€” '+label:'')+''; if(d[m].report)html+='

'+esc(d[m].report)+'

'; - if(d[m].files&&d[m].files.length)html+='
'; + if(d[m].files&&d[m].files.length)html+='
'; html+='
'}} if(!has)html='

НСт ΠΎΡ‚Ρ‡Ρ‘Ρ‚ΠΎΠ²

'; return html;