TG: This should fix the formatting error on the power monitoring computer.

Revision: r3745
Author: 	 joeheinemeyer
This commit is contained in:
Erthilo
2012-06-07 03:34:19 +01:00
parent 6ff2265ea6
commit 9dcb8da22d
+1 -1
View File
@@ -96,7 +96,7 @@
for(var/obj/machinery/power/apc/A in L)
t += copytext(add_tspace(A.area.name, 30), 1, 30)
t += copytext(add_tspace("\The [A.area]", 30), 1, 30)
if(control)
t += " (<A href='?src=\ref[src];apc=\ref[A];breaker=1'>[A.operating? " On" : "Off"]</A>)"
else