diff --git a/Slon/Static/html/user.html b/Slon/Static/html/user.html
index 70cbe3d..b621261 100644
--- a/Slon/Static/html/user.html
+++ b/Slon/Static/html/user.html
@@ -26,4 +26,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/Slon/Static/js/statuses.js b/Slon/Static/js/statuses.js
index f1626ac..13b4f8d 100644
--- a/Slon/Static/js/statuses.js
+++ b/Slon/Static/js/statuses.js
@@ -82,7 +82,7 @@ function updateStatuses(user, statuses) {
content.className = "status-content";
let content_html = "";
if (statuses[i]["reblog"]) {
- content_html += "🚀 " + statuses[i]["reblog"]["account"]["username"] + "
@" + statuses[i]["reblog"]["account"]["acct"] + "
";
+ content_html += "🚀 " + statuses[i]["reblog"]["account"]["username"] + "
@" + statuses[i]["reblog"]["account"]["acct"] + "
";
} else {
if (status["visibility"] == "public") {
content_html += "🌎 ";