diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm
index 4f6e71e341..99e1a48187 100644
--- a/code/modules/admin/admin.dm
+++ b/code/modules/admin/admin.dm
@@ -542,7 +542,7 @@ var/global/floorIsLava = 0
if(!check_rights(0)) return
var/dat = {"
-
Game Panel
\n
+ Game Panel
\n
Change Game Mode
"}
if(master_mode == "secret")
@@ -556,7 +556,7 @@ var/global/floorIsLava = 0
Create Mob
Edit Airflow Settings
Edit Phoron Settings
- Choose a default ZAS setting
+ Choose a default ZAS setting
"}
usr << browse(dat, "window=admin2;size=210x280")
diff --git a/code/modules/library/lib_items.dm b/code/modules/library/lib_items.dm
index 9856001401..1e8d3d6aca 100644
--- a/code/modules/library/lib_items.dm
+++ b/code/modules/library/lib_items.dm
@@ -208,7 +208,7 @@ Book Cart End
to_chat(user, "This book is completely blank!")
/obj/item/book/proc/display_content(mob/living/user)
- user << browse("Penned by [author].
" + "[dat]", "window=book")
+ user << browse(replacetext(dat, "", "Penned by [author].
"), "window=book")
/obj/item/book/attackby(obj/item/W as obj, mob/user as mob)
if(carved)
diff --git a/tgui/public/tgui.html b/tgui/public/tgui.html
index 67f357ef57..cf5cb83af6 100644
--- a/tgui/public/tgui.html
+++ b/tgui/public/tgui.html
@@ -666,13 +666,13 @@
- ooooo ooo . .oooooo. .oooooo..o
- `888b. `8' .o8 d8P' `Y8b d8P' `Y8
- 8 `88b. 8 .o888oo 888 888 Y88bo.
- 8 `88b. 8 888 888 888 `"Y8888o.
- 8 `88b.8 888 888 888 `"Y88b
- 8 `888 888 . `88b d88' oo .d8P
- o8o `8 "888" `Y8bood8P' 8""88888P'
+ ooooo ooo . .oooooo. .oooooo..o
+ `888b. `8' .o8 d8P' `Y8b d8P' `Y8
+ 8 `88b. 8 .o888oo 888 888 Y88bo.
+ 8 `88b. 8 888 888 888 `"Y8888o.
+ 8 `88b.8 888 888 888 `"Y88b
+ 8 `888 888 . `88b d88' oo .d8P
+ o8o `8 "888" `Y8bood8P' 8""88888P'