html moment (#51956)

This commit is contained in:
Bobbahbrown
2020-07-06 17:35:06 -03:00
committed by GitHub
parent 596a07a0a3
commit 787d44e077
5 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
if (locate(upgradetype) in borg)
installed = TRUE
.["upgrades"] += list(list("name" = initial(upgrade.name), "installed" = installed, "type" = upgradetype))
.["laws"] = borg.laws ? borg.laws.get_law_list(include_zeroth = TRUE) : list()
.["laws"] = borg.laws ? borg.laws.get_law_list(include_zeroth = TRUE, render_html = FALSE) : list()
.["channels"] = list()
for (var/k in GLOB.radiochannels)
if (k == RADIO_CHANNEL_COMMON)