diff --git a/src/General/Build.coffee b/src/General/Build.coffee index 2cd49d9a1..c004d6692 100755 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -100,8 +100,7 @@ Build = ### Post Info ### if capcode - capcodeUC = capcode.split(' ')[0] - capcodeLC = capcodeUC.toLowerCase() + capcodeLC = capcode.toLowerCase() if capcode is 'Founder' capcodePlural = 'the Founder' capcodeDescription = "4chan's Founder" diff --git a/src/General/html/Build/PostInfo.html b/src/General/html/Build/PostInfo.html index 75f7c383d..a5a63851b 100644 --- a/src/General/html/Build/PostInfo.html +++ b/src/General/html/Build/PostInfo.html @@ -1,14 +1,14 @@