diff --git a/code/modules/reagents/chem_wiki_render.dm b/code/modules/reagents/chem_wiki_render.dm
index 6495b97404..7565f90818 100644
--- a/code/modules/reagents/chem_wiki_render.dm
+++ b/code/modules/reagents/chem_wiki_render.dm
@@ -118,7 +118,7 @@
if(CR)
if(CR.FermiChem)
switch(CR.ThermicConstant)
- if(-INFINITY to -9.9)
+ if(-INFINITY to -9.9)
outstring += "
Extremely endothermic "
if(-9.9 to -4.9)
outstring += "Very endothermic "
@@ -134,7 +134,7 @@
outstring += "Extremely exothermic "
if(19.9 to INFINITY )
outstring += "**Dangerously exothermic** "
- //if(CR.cheesey)
+ //if("cheesey")
//outstring += "Dangerously Cheesey"
outstring += "| "
@@ -187,6 +187,7 @@
if(CR.is_cold_recipe)
outstring += "Cold: Yes"
if(CR.required_container)
+
outstring += "Required container: [CR.required_container]"
if(CR.mob_react)
outstring += "Can react in mob: Yes"