diff --git a/code/datums/browser.dm b/code/datums/browser.dm
index 49c1d94ee66..11bc72cf538 100644
--- a/code/datums/browser.dm
+++ b/code/datums/browser.dm
@@ -66,10 +66,10 @@
/datum/browser/proc/get_header()
var/file
for (file in stylesheets)
- head_content += ""
+ head_content += ""
for (file in scripts)
- head_content += ""
+ head_content += ""
var/title_attributes = "class='uiTitle'"
if (title_image)