diff --git a/code/modules/admin/admin_memo.dm b/code/modules/admin/admin_memo.dm
index ee07c6573f1..4dd7189988a 100644
--- a/code/modules/admin/admin_memo.dm
+++ b/code/modules/admin/admin_memo.dm
@@ -67,7 +67,7 @@
output += "Memo by [ckey] on [timestamp]:"
if(last_editor)
output += "
Last edit by [last_editor] (Click here to see edit log)"
- output += "
[memotext]
+ output += "
[memotext]
"
src << output
if("Remove")
var/DBQuery/query_memolist = dbcon.NewQuery("SELECT ckey FROM [format_table_name("memo")])") //should select all memos there are