diff --git a/code/modules/admin/verbs/getlogs.dm b/code/modules/admin/verbs/getlogs.dm index 77b43f9b49f48..2324cbe9b2a17 100644 --- a/code/modules/admin/verbs/getlogs.dm +++ b/code/modules/admin/verbs/getlogs.dm @@ -24,7 +24,7 @@ message_admins("[key_name_admin(src)] accessed file: [path]") switch(tgui_alert(usr,"View (in game), Open (in your system's text editor), or Download?", path, list("View", "Open", "Download"))) if ("View") - src << browse("
[html_encode(file2text(file(path)))]", list2params(list("window" = "viewfile.[path]"))) + src << browse("
[html_encode(file2text(file(path)))]", list2params(list("window" = "viewfile.[path]"))) if ("Open") src << run(file(path)) if ("Download") diff --git a/code/modules/mentor/mentor.dm b/code/modules/mentor/mentor.dm index 09c5b248236b3..6dd5071ed375e 100644 --- a/code/modules/mentor/mentor.dm +++ b/code/modules/mentor/mentor.dm @@ -98,7 +98,7 @@ GLOBAL_PROTECT(mentor_href_token) set category = "Admin" set name = "Mentor Logs" set desc = "Check what mentors have done for this round." - var/dat = "Mentor Log