diff --git a/views/app/avatar.html b/views/app/avatar.html
index 97469583d2..c297dc3df5 100644
--- a/views/app/avatar.html
+++ b/views/app/avatar.html
@@ -175,8 +175,8 @@
- {#each _user.profile.websites as :website}
+ {#each _user.profile.websites as :website}
- {:website}
{/}
diff --git a/views/app/header.html b/views/app/header.html
index 930521a0ac..07000d149d 100644
--- a/views/app/header.html
+++ b/views/app/header.html
@@ -29,14 +29,14 @@
NOTE TO SELF: Ask Tyler if some kind of inter-leaving is possible
where we can put ONE of the results of this loop BEFORE the progress bars, and the rest after-->
{{#each _partyMembers as :member}}
- {{#unless equal(:member.id, _userId)}}
-
+
+ {{#unless equal(:member.id, _userId)}}
-
- {{/}}
+ {{/}}
+
{{/}}
diff --git a/views/app/pets.html b/views/app/pets.html
index 2db53b93ac..6ec69af442 100644
--- a/views/app/pets.html
+++ b/views/app/pets.html
@@ -75,7 +75,7 @@