@@ -25,12 +25,12 @@ const extensionMap = {
25
25
"bmp" : { style : FA_STYLE_REGULAR , icon : "file-image" , type : "bin" } ,
26
26
"css" : { style : FA_STYLE_REGULAR , icon : "file-lines" , type : "text" } ,
27
27
"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" } ,
28
30
"jpeg" : { style : FA_STYLE_REGULAR , icon : "file-image" , type : "bin" } ,
29
31
"jpg" : { style : FA_STYLE_REGULAR , icon : "file-image" , type : "bin" } ,
30
32
"js" : { style : FA_STYLE_REGULAR , icon : "file-code" , type : "text" } ,
31
33
"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" } ,
34
34
"mov" : { style : FA_STYLE_REGULAR , icon : "file-video" , type : "bin" } ,
35
35
"mp3" : { style : FA_STYLE_REGULAR , icon : "file-audio" , type : "bin" } ,
36
36
"mp4" : { style : FA_STYLE_REGULAR , icon : "file-video" , type : "bin" } ,
0 commit comments