diff --git a/realms/modules/auth/oauth/models.py b/realms/modules/auth/oauth/models.py
index 034880e..6988372 100644
--- a/realms/modules/auth/oauth/models.py
+++ b/realms/modules/auth/oauth/models.py
@@ -170,4 +170,4 @@ class User(BaseUser):
continue
buttons.append(val.get('button'))
- return "
Social Login
" + " ".join(buttons)
+ return "Social Login
" + " ".join(buttons)
diff --git a/realms/templates/layout.html b/realms/templates/layout.html
index 59ea243..aa8a41a 100644
--- a/realms/templates/layout.html
+++ b/realms/templates/layout.html
@@ -41,12 +41,12 @@
diff --git a/realms/templates/wiki/edit.html b/realms/templates/wiki/edit.html
index 3812f39..25289e2 100644
--- a/realms/templates/wiki/edit.html
+++ b/realms/templates/wiki/edit.html
@@ -75,7 +75,7 @@