diff --git a/index.html b/index.html
index 8e1018d..4a4b127 100644
--- a/index.html
+++ b/index.html
@@ -257,7 +257,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+='
'+d[m].files.map(function(f){return'- '+esc(f.name)+(f.desc?' โ '+esc(f.desc):'')+' ('+(f.size/1024).toFixed(0)+' ะะ)
'}).join("")+'
';
+ if(d[m].files&&d[m].files.length)html+='
'+d[m].files.map(function(f){return'- ๐ '+esc(f.name)+''+(f.desc?' โ '+esc(f.desc):'')+' ('+(f.size/1024).toFixed(0)+' ะะ)
'}).join("")+'
';
html+='
'}}
if(!has)html='ะะตั ะพััััะพะฒ
';
return html;