Fix second spacing issue in chem dispenser

This commit is contained in:
Markolie
2016-10-23 03:06:53 +02:00
parent 5af07cda34
commit ac8f14a131
+1 -7
View File
@@ -78,13 +78,7 @@ Used In File(s): \code\modules\reagents\Chemistry-Machinery.dm
</div>
<div style="height:2px"></div> <!-- This is necessary to prevent the link margins from hitting each other and causing weird things to happen. It's essentialy a smaller <br> tag. -->
{{empty}}
<span class="bad">
{{if data.glass}}
Glass
{{else}}
Beaker
{{/if}}
is empty
<span class="bad">{{if data.glass}}Glass{{else}}Beaker{{/if}} is empty
</span>
{{/for}}
{{else}}