diff --git a/include/text.php b/include/text.php
index 701c1e41b..bc711e6da 100644
--- a/include/text.php
+++ b/include/text.php
@@ -865,7 +865,7 @@ function lang_selector() {
global $lang;
$o = '
';
$o .= '
+
diff --git a/view/mail_list.tpl b/view/mail_list.tpl
index 77673c792..8c95e1250 100644
--- a/view/mail_list.tpl
+++ b/view/mail_list.tpl
@@ -7,7 +7,7 @@
$date
diff --git a/view/prv_message.tpl b/view/prv_message.tpl
index ead360deb..25bf93b99 100644
--- a/view/prv_message.tpl
+++ b/view/prv_message.tpl
@@ -19,7 +19,7 @@ $select
@@ -29,6 +29,5 @@ $select
-
diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl
index efc95bde1..9191d7ac3 100644
--- a/view/theme/duepuntozero/nav.tpl
+++ b/view/theme/duepuntozero/nav.tpl
@@ -35,7 +35,7 @@
{{ endif }}
{{ if $nav.messages }}
- $nav.messages.1
+ $nav.messages.1
{{ endif }}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 4769da8af..bdd324c94 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1805,6 +1805,9 @@ a.mail-list-link {
margin-right: 30px;
margin-top: 15px;
}
+.mail-conv-break {
+ clear: both;
+}
.mail-conv-delete-icon {
border: none;
@@ -1823,7 +1826,7 @@ a.mail-list-link {
padding: 3px 5px;
}
-.message-links ul ul {
+.message-links-end {
clear: both;
}