@@ -25,12 +25,12 @@ const extensionMap = {
2525 "bmp" : { style : FA_STYLE_REGULAR , icon : "file-image" , type : "bin" } ,
2626 "css" : { style : FA_STYLE_REGULAR , icon : "file-lines" , type : "text" } ,
2727 "gif" : { style : FA_STYLE_REGULAR , icon : "file-image" , type : "bin" } ,
28+ "htm" : { style : FA_STYLE_REGULAR , icon : "file-code" , type : "text" } ,
29+ "html" : { style : FA_STYLE_REGULAR , icon : "file-code" , type : "text" } ,
2830 "jpeg" : { style : FA_STYLE_REGULAR , icon : "file-image" , type : "bin" } ,
2931 "jpg" : { style : FA_STYLE_REGULAR , icon : "file-image" , type : "bin" } ,
3032 "js" : { style : FA_STYLE_REGULAR , icon : "file-code" , type : "text" } ,
3133 "json" : { style : FA_STYLE_REGULAR , icon : "file-code" , type : "text" } ,
32- "htm" : { style : FA_STYLE_REGULAR , icon : "file-code" , type : "text" } ,
33- "html" : { style : FA_STYLE_REGULAR , icon : "file-code" , type : "text" } ,
3434 "mov" : { style : FA_STYLE_REGULAR , icon : "file-video" , type : "bin" } ,
3535 "mp3" : { style : FA_STYLE_REGULAR , icon : "file-audio" , type : "bin" } ,
3636 "mp4" : { style : FA_STYLE_REGULAR , icon : "file-video" , type : "bin" } ,
0 commit comments