Skip to content

Commit

Permalink
unbreaks multiple autowiki pages
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 25, 2024
1 parent 63bbe1e commit 962be5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/autowiki/autowiki.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
for(var/list in output)
all_page_names += autowiki.include_template(list["title"])

total_output += json_encode(list("title" = autowiki.page, "text" = all_page_names))
total_output += json_encode(list("title" = autowiki.page, "text" = all_page_names.Join(" "))) + "\n"
continue

var/output = autowiki.generate()
Expand Down

0 comments on commit 962be5f

Please sign in to comment.