diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index 91ab2c69..7e59fa7a 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -255,7 +255,7 @@ mainInfoFormat11: "|00|10{callsToday:>5}" mainInfoFormat12: "|00|10{postsToday:>5}" mainInfoFormat13: "|00|10{uploadsToday:>2} |08/ |10{uploadBytesToday!sizeWithoutAbbr} |02{uploadBytesToday!sizeAbbr}" - mainInfoFormat14: "|00|10{downloadsToday:>2} |08/ |10{downloadBytesToday!sizeWithoutAbbr} |02{downloadsBytesToday!sizeAbbr}" + mainInfoFormat14: "|00|10{downloadsToday:>2} |08/ |10{downloadBytesToday!sizeWithoutAbbr} |02{downloadBytesToday!sizeAbbr}" mainInfoFormat15: "|00|10{lastLoginUserName:<26} |02{lastLogin}" diff --git a/core/wfc.js b/core/wfc.js index 9e63f680..2c61e7b0 100644 --- a/core/wfc.js +++ b/core/wfc.js @@ -21,7 +21,7 @@ exports.moduleInfo = { }; const FormIds = { - main : 0, + main : 0, }; const MciViewIds = {