{{if $title}}
{{$title}}
{{/if}}
diff --git a/view/theme/frio/templates/photo_view.tpl b/view/theme/frio/templates/photo_view.tpl
index 17edb858bc..fd47097a5c 100644
--- a/view/theme/frio/templates/photo_view.tpl
+++ b/view/theme/frio/templates/photo_view.tpl
@@ -19,7 +19,7 @@
{{* The photo *}}
-
+
{{* Overlay buttons for previous and next photo *}}
diff --git a/view/theme/frio/templates/photos_recent.tpl b/view/theme/frio/templates/photos_recent.tpl
index 683ef544a3..894121fab0 100644
--- a/view/theme/frio/templates/photos_recent.tpl
+++ b/view/theme/frio/templates/photos_recent.tpl
@@ -17,4 +17,4 @@
{{$paginate}}
-
+
diff --git a/view/theme/frio/templates/profile_edit.tpl b/view/theme/frio/templates/profile_edit.tpl
index 0e20bf2135..12ec570370 100644
--- a/view/theme/frio/templates/profile_edit.tpl
+++ b/view/theme/frio/templates/profile_edit.tpl
@@ -6,25 +6,25 @@
-
-
@@ -113,7 +113,7 @@
@@ -159,7 +159,7 @@
@@ -194,7 +194,7 @@
-
diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index 877d04e880..94ff531294 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -245,7 +245,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.thread_level==1}}
{{/if}}
{{* item content *}}
-
+
{{* insert some space if it's an top-level post *}}
{{if $item.thread_level==1}}
@@ -323,7 +323,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.vote.like OR $item.vote.dislike OR $item.comment}}
•
{{/if}}
-
{{$item.vote.share.1}}
+ {{$item.vote.share.1}}
{{/if}}
{{/if}}
diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php
index 5104c44b60..a9423e09d5 100644
--- a/view/theme/frio/theme.php
+++ b/view/theme/frio/theme.php
@@ -33,7 +33,7 @@ function frio_init(App $a) {
// variable so the js scripts can use this information
if($a->is_mobile || $a->is_tablet) {
$a->page["htmlhead"] .= <<< EOT
-
EOT;